-
Notifications
You must be signed in to change notification settings - Fork 663
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
Fix AppImageUpdater build #11971
Fix AppImageUpdater build #11971
Conversation
Can we add a build step to the GitHub workflows to build the app image so that we prevent similar issues in the future? |
BTW this is wrong |
brilliant - this is why I want this to be compiled on ci .... |
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.
as per comment from @TheOneRing - wrong ....
481264a
to
6042420
Compare
I removed the method declaration, as I wrote in the new commit message: The method |
6042420
to
78fc97d
Compare
(I fixed the commit message in the last push) |
cherry-picked ci change from #11975 to see it truly compiling it now ... |
compiler issue gone - but the package step is now failing .... Monday 👋 |
The method `handleStartup` was renamed to `validateUpdate`, and is now handled in the `Updater` base class. The `AppImageUpdater` does not need to override it.
f4c94b1
to
b929fa3
Compare
No description provided.