You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Steps to Reproduce Behavior @ebolyen I used the electron-packager to create an executable for q2studio.
I did this by running the command electron-packager . --overwrite --platform=linux --arch=x64 --icon=icons/qiime2_logo.png --prune=true --out=release-builds
This successfully created an executable of the application and when I run the executable named q2studio by running ./q2studio the program boots properly. However, whenever I go to the executable file via the file manager and click on the q2studio executable it gives me an error:
Screenshots
Comments
I am not sure when you click on a file it is opened differently than when it is run in the shell or not.
I added "main": "build/main.js" to the package.json file for the electron-packager. Maybe I did this incorrectly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce Behavior
@ebolyen I used the electron-packager to create an executable for q2studio.
I did this by running the command
electron-packager . --overwrite --platform=linux --arch=x64 --icon=icons/qiime2_logo.png --prune=true --out=release-builds
This successfully created an executable of the application and when I run the executable named q2studio by running
./q2studio
the program boots properly. However, whenever I go to the executable file via the file manager and click on the q2studio executable it gives me an error:Screenshots
![error_message](https://cloud.githubusercontent.com/assets/10343103/25260298/d844662e-263a-11e7-91cd-364b44e1a134.png)
Comments
I am not sure when you click on a file it is opened differently than when it is run in the shell or not.
I added "main": "build/main.js" to the package.json file for the electron-packager. Maybe I did this incorrectly.
The text was updated successfully, but these errors were encountered: