-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35fed33
commit 547d522
Showing
4 changed files
with
68 additions
and
47 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "v0.0.1", | ||
"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/HardhatChad/ore-app/releases/download/v0.0.1/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" | ||
// } | ||
} | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"tauri": { | ||
"updater": { | ||
"active": true, | ||
"endpoints": [ | ||
"https://ore.supply/releases.json" | ||
], | ||
"dialog": true, | ||
"pubkey": "YOUR_UPDATER_SIGNATURE_PUBKEY_HERE", | ||
"windows": { | ||
"installMode": "passive" | ||
} | ||
} | ||
} | ||
} |