mirror of
https://github.com/readest/readest.git
synced 2026-04-28 11:30:48 +00:00
feat(updater): in-app updater for AppImage (#3072)
This commit is contained in:
parent
c2eb2e2fcc
commit
2c54e9ae2f
6 changed files with 125 additions and 65 deletions
|
|
@ -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$" }]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue