Replies: 2 comments 1 reply
-
No one? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello. You may want to write your own In case you'd like more specific support, it would help to share your (non/half-working) AppImage so that we can have a closer look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm packaging an Electron app in AppImage and it uses a CLI app inside, which is executed using the java command, which is located in the path $JAVA_HOME/bin, and that is part of my system's $PATH.
The app works on dev, bit when packaged, the $PATH en car changes, it's not my system's $PATH, trailering in the java program not being found.
I'm stuck there and I can't distribute my app this way (I'm new to electron and AppImage).
How can I add the user's $JAVA_HOME en car so that the AppImage can find the java command installed on any user computer?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions