How to properly add the Electron based app? #5021
-
Hello! I was trying to add GDevelop ( https://gdevelop.io/ ) to my bucket list, but i cannot properly figure out how to extract/install the downloaded EXE and make the correct manifest for it.. (shortcuts, bins, ...) for it to work as expected in the end. Currently i have 'gdevelop.json' in my bucket folder that has:
It seems to work properly, with exceptions that the file it downloads is just the installer, which i do not know how to extract (it it Electron based packaged app, while opened up with 7Zip it has '$PLUGINSDIR' and app64.7z file in it, that's how i know that it is Electron based.) and the second exception being the 'bins' and 'shortcuts' that upon reading any reading manual / material that is available, still cannot figure it out.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Search extras bucket for |
Beta Was this translation helpful? Give feedback.
-
Thanks both of you |
Beta Was this translation helpful? Give feedback.
Search extras bucket for
$PLUGINSDIR
, you'll find many Electron-based apps, and use them as templates.