-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
self updating desktop apps #28
Comments
Fyne already have this feature (https://github.com/fynelabs/selfupdate), I never use and I'm not sure if its compatible with Gio. On Windows (even without publishing the app) its possible to self-update the app using APPX/MSIX (https://learn.microsoft.com/en-us/windows/msix/app-package-updates). You need to bundle the executable and create the appx installer. On iOS/Android/Windows/macOS is possible to self-update the app, if its published on the respective app-store. |
Maybe example code can eventually be contributed by me and others to this repo so people have templates without reinventing the wheel |
windows tutorial and code https://dev.to/abdfnx/how-to-create-a-msi-file-for-go-program-je https://github.com/mh-cbon/go-msi needs toolset . Would be good to make into a GitHub a room so devs don’t need the heavy wix toolset . |
fyne already does packaging for windows |
A very common but missing feature for GIO ( and also fyne ) is self updating.
https://github.com/minio/selfupdate looks ok but i have not tested it. Seems to be well used too.
The text was updated successfully, but these errors were encountered: