-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Initial appimageupdatetool support #928
Conversation
Im about to go to sleep, but remember that the script should continue if appimageupdate fails. |
consider also that sandboxed apps are not executable, being managed by Aisap, and that if appimageupdatetool works, there are some .old files that need to be removed
take care |
There should be no .old files since appimageupdate is using the EDIT: I tested the script already with brave and had no issues. |
anyway, if to add that line is all is needed and other commands and variables are unused in the AM-updater script... its enough to add the function to APP-manager directly, and instead to made it call the AM-updater, it can manage updates directly. Just two are the functions that take care of running the AM-updater scripts, and are quite simple
|
you can start test the two functions above instead, without having to update all the scripts |
sorry, it is even more simple: one function you should check
|
The below function is just a "draft" and doesn't mean nothing, take it as a proof of concept
|
maybe the only line you must change is
and you need to add an |
@Samueru-sama I'm not sure on how the syntax would be, but this is another proof of concept/draft
|
since I have less apps installed than you, its better I perform the test instead of you, you may reach the GHAPI limit too soon |
I think we better first manually add this to the popular big applications and see how it turns out before adding it to all the scripts.