-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Release 2.6.1 #289
Release 2.6.1 #289
Conversation
This makes the install process more inline with the CI workflow, where both are tested
fix: update install suggestion for missing `fyne` command
Performance improvement by avoiding running commands in docker
Sync master2develop
Fixing so we don't seek a missing android image for darwin
Creating Android release generates a .aab file. The Build() function was working with *.apk files only. So the AAB file was not copied and triggered a SELinux error. The copy sh command failed also. This commit fixes the problem by changing the pattern to match on copy, and the package name using ".aab" suffix. NOTE: it could be better to use filepath.Glob() to find files and use os.Rename() instead.
Merge master into develop
This commit updates the destination folder to wasm. Fixes: - fyne-io/fyne-cross-images#50 - fyne-io/fyne-cross-images#55
readme: update the requirements and the macos SDK extract section
metadata: update Fyne metadata to v2.5.3
…folder web: update destination folder
Agreed, but the two web build failures are probably to be resolved:
|
Agreed, this is the chicken-egg dilemma. CI uses old fyne-cross-images that has an old fyne CLI inside :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good. Lets just get the static analysis and web CI runs passing and this should be good to go :)
Thanks to @Bluebugs for resolving the CI issues I think this should pass if it merges in the changes landed... |
Thanks to latest @Bluebugs fixes and fyne-cross-image release the CI in now happy :) and everything should be ready for the new release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great!
Many thanks for working on this :) |
Description:
This PR contains the 2.6.1 release
fyne
command by @nobe4 in fix: update install suggestion for missingfyne
command #248Checklist: