Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

electron-packager errors #105

Open
patthehat033 opened this issue Apr 21, 2017 · 0 comments
Open

electron-packager errors #105

patthehat033 opened this issue Apr 21, 2017 · 0 comments

Comments

@patthehat033
Copy link

patthehat033 commented Apr 21, 2017

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

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant