Skip to content

Instantly share code, notes, and snippets.

@ajmalshahabudeen
Last active March 24, 2024 04:12
Show Gist options
  • Save ajmalshahabudeen/08a5acf5a033000f18cd4c31fa693b2f to your computer and use it in GitHub Desktop.
Save ajmalshahabudeen/08a5acf5a033000f18cd4c31fa693b2f to your computer and use it in GitHub Desktop.
tauriApp
{
"version": "v1.0.0",
"notes": "Test version",
"pub_date": "2020-06-22T19:25:57Z",
"platforms": {
"darwin-x86_64": {
"signature": "covet-billy_0.1.0_amd64.AppImage.tar.gz.sig",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-x86_64.app.tar.gz"
},
"darwin-aarch64": {
"signature": "covet-billy_0.1.0_amd64.AppImage.tar.gz.sig",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-aarch64.app.tar.gz"
},
"linux-x86_64": {
"signature": "covet-billy_0.1.0_amd64.AppImage.tar.gz.sig",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-amd64.AppImage.tar.gz"
},
"windows-x86_64": {
"signature": "Content of app-setup.nsis.sig or app.msi.sig, depending on the chosen format",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-x64-setup.nsis.zip"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment