commit be641c91148d3f2969259b21eb36345154aabdec Author: doller Date: Wed Apr 17 13:02:48 2024 +0800 Add install.json diff --git a/install.json b/install.json new file mode 100644 index 0000000..4374802 --- /dev/null +++ b/install.json @@ -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" + } + } +} \ No newline at end of file