-
Notifications
You must be signed in to change notification settings - Fork 425
fix(updater): linux not retaining AppImage permissions, enhance tests #1636
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
Conversation
- adds a test for migration from v1 to v2 - extends the existing integration test to actually verify if the app was updated
Package Changes Through e4ed743There are 6 changes which include updater with prerelease, barcode-scanner with prerelease, clipboard-manager with prerelease, deep-link with prerelease, global-shortcut with prerelease, window-state with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
@@ -41,7 +41,7 @@ jobs: | |||
if: matrix.platform == 'ubuntu-latest' |
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.
This should be fixed to 22.04
as it will break when github updates to the new LTS 24.04
as webkit2gtk 4.0 is no longer available in their repositories.
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.
we should do that for the entire tauri 1.x and plugin v1 branches
…tauri-apps#1636) * fix(updater): linux not retaining AppImage permissions, enhance tests - adds a test for migration from v1 to v2 - extends the existing integration test to actually verify if the app was updated * remove test framework * fix macos test * fix windows * wait on windows * fix wix * typo * fmt * install webkit2gtk-4.0 on ci * fix npm command on windows * fix test on windows * ubuntu-22.04 --------- Co-authored-by: Tillmann <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.