Skip to content

Couple questions about building final app #5761

Answered by andydotxyz
adamk33n3r asked this question in Q&A
Discussion options

You must be logged in to vote

I'm guessing on a local machine whatever it takes a long time doing is cached thereafter?

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/

Second, can you build an "installer" executable that behaves like fyne install does?

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.

I'm not sure if that's what fyne release does

Fyne release is for preparing apps for store distribution.

What is the…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@adamk33n3r
Comment options

@adamk33n3r
Comment options

Answer selected by adamk33n3r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants