When we run gotron-builder on Mac, we get a folder containing a Unix executable file with the name of our app and subfolder called electronjs which contains an Application file called gotron-browser-window. We can run the executable file to start the application locally, but if we try to copy it to another machine without the accompanying gotron-browser-window Application file, it will not run.
We would like the output to be a portable Application file that we could copy to any Mac and run independently. How can we achieve this?
Note: When we attempt to build for windows, we have a similar issue.