feat(updater): in-app updater for AppImage (#3072)

This commit is contained in:
Huang Xin 2026-01-25 14:45:37 +01:00 committed by GitHub
parent c2eb2e2fcc
commit 2c54e9ae2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 125 additions and 65 deletions

View file

@ -159,6 +159,16 @@
"name": "start-readest",
"cmd": "cmd",
"args": ["/C", "start", "", { "validator": "^.*Readest(.*)\\.exe$" }]
},
{
"name": "chmod-appimage",
"cmd": "chmod",
"args": ["+x", { "validator": "^.*Readest(.*)\\.AppImage$" }]
},
{
"name": "launch-appimage",
"cmd": "setsid",
"args": [{ "validator": "^.*Readest(.*)\\.AppImage$" }]
}
]
},