-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Size executable of hello app #2393
Comments
It depends which platform you are building for. Basic app is around 8MB due to the go runtime and some embedded resources. It will be larger if you are packaging for multiple OS architectures. For a more detailed response please complete the bug template with os/version and commands used |
use command |
Please use the fyne tools ( (I would always recommend using the fyne package command as without it your windows executable will not have appropriate icon embedded etc) |
it is similar #1097 |
I agree with you :) |
|
Just FYI for others landing here, those parameters are set if you use |
Hi,
the "hello.exe" from "Getting started" has a size of 16 MB. This seems to be a big size for a minimum app.
Is this common or are there compiler/build options to reduce the footprint?
The text was updated successfully, but these errors were encountered: