Couple questions about building final app #5761
-
I noticed that the first time I ran Second, can you build an "installer" executable that behaves like What is the difference between |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Correct. The cache makes it fast. You can work through setting it up properly on Github, or use a Fyne optimised solution like https://fynelabs.com/geoffrey/
All that Fyne install does is copy the app into the appropriate folder. Though I guess on Windows it adds a start menu item too. In general Fyne apps should not need installers because they are relocatable so simply copying is all you need.
Fyne release is for preparing apps for store distribution.
Yes |
Beta Was this translation helpful? Give feedback.
Correct. The cache makes it fast. You can work through setting it up properly on Github, or use a Fyne optimised solution like https://fynelabs.com/geoffrey/
All that Fyne install does is copy the app into the appropriate folder. Though I guess on Windows it adds a start menu item too. In general Fyne apps should not need installers because they are relocatable so simply copying is all you need.
Fyne release is for preparing apps for store distribution.