asticode/go-astilectron

why do you nedd electron after package?

baerwang opened this issue · 5 comments

why do you nedd electron after package?

after I pack it application , it is more than 100m, do still need 100m of electrons?

yes, astilectron needs Electron so that it can execute it

yes, astilectron needs Electron so that it can execute it

Is there a way to make the main program less compressed? it's too big

Is there a way to make the main program less compressed? it's too big

if you're using the bundler no. your only other option is to use astilectron without the bundler but it will need to download electron on startup.

me already fix question, use -ldflags -H=windowsgui, then use upx compress