From be641c91148d3f2969259b21eb36345154aabdec Mon Sep 17 00:00:00 2001 From: doller Date: Wed, 17 Apr 2024 13:02:48 +0800 Subject: [PATCH] Add install.json --- install.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 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