Last active
December 10, 2022 16:47
-
-
Save drewhamlett/a6ef6b7b0e22f5603c287a032547d1d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "v1.0.0", | |
"notes": "Test version", | |
"pub_date": "2020-06-22T19:25:57Z", | |
"platforms": { | |
"darwin-aarch64": { | |
"signature": "", | |
"url": "https://github.com/tauri-apps/tauri-test/releases/download/v1.0.0/app-aarch64.app.tar.gz" | |
}, | |
"darwin-x86_64": { | |
"signature": "", | |
"url": "https://github.com/tauri-apps/tauri-test/releases/download/v1.0.0/app-x86_64.app.tar.gz" | |
}, | |
"linux-x86_64": { | |
"signature": "", | |
"url": "https://github.com/tauri-apps/tauri-test/releases/download/v1.0.0/app.AppImage.tar.gz" | |
}, | |
"windows-x86_64": { | |
"signature": "", | |
"url": "https://github.com/tauri-apps/tauri-test/releases/download/v1.0.0/app.x64.msi.zip" | |
}, | |
"windows-i686": { | |
"signature": "", | |
"url": "https://github.com/tauri-apps/tauri-test/releases/download/v1.0.0/app.x86.msi.zip" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment