Add install.json
This commit is contained in:
commit
be641c9114
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"version": "2.1.18",
|
||||
"notes": "Test version",
|
||||
"pub_date": "2024-04-17T19:25:57Z",
|
||||
"platforms": {
|
||||
"darwin-x86_64": {
|
||||
"signature": "Content of app.tar.gz.sig",
|
||||
"url": "https://pulse.qixin14.xyz/wcs/app/app-x86_64.app.tar.gz"
|
||||
},
|
||||
"darwin-aarch64": {
|
||||
"signature": "Content of app.tar.gz.sig",
|
||||
"url": "https://pulse.qixin14.xyz/wcs/app/app-aarch64.app.tar.gz"
|
||||
},
|
||||
"linux-x86_64": {
|
||||
"signature": "Content of app.AppImage.tar.gz.sig",
|
||||
"url": "https://pulse.qixin14.xyz/wcs/app/app-amd64.AppImage.tar.gz"
|
||||
},
|
||||
"windows-x86_64": {
|
||||
"signature": "Content of app.msi.sig",
|
||||
"url": "https://pulse.qixin14.xyz/wcs/app/app-x64.msi.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue