Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created February 3, 2024 11:45
Show Gist options
  • Save thewh1teagle/eb96494f626dd46fcabdb07ef37b9f22 to your computer and use it in GitHub Desktop.
Save thewh1teagle/eb96494f626dd46fcabdb07ef37b9f22 to your computer and use it in GitHub Desktop.
Vibe OTA updates
{
"version": "v1.0.0",
"notes": "Test version",
"pub_date": "2020-06-22T19:25:57Z",
"platforms": {
"darwin-x86_64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-x86_64.app.tar.gz"
},
"darwin-aarch64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-aarch64.app.tar.gz"
},
"linux-x86_64": {
"signature": "Content of app.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