Skip to content

Commit

Permalink
qview-nightly: Add arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Jul 5, 2024
1 parent 1d28bb8 commit 2ddec03
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions bucket/qview-nightly.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"version": "7342374798",
"version": "9726265499",
"description": "Practical and minimal image viewer",
"homepage": "https://github.com/jurplel/qView",
"license": "GPL-3.0-only",
"architecture": {
"arm64": {
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_arm64-2024-06-29.1.zip",
"hash": "8dad4423f6534b21ac6d55cd053f0ad3d9922d4b77bb12fdb9a0562bf68693e0"
},
"64bit": {
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_64-2023-12-27.1.zip",
"hash": "f9467a819c1414281ab17e14b620481c8ee30d37933eaa906a217c1ee90e96b3"
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_64-2024-06-29.1.zip",
"hash": "da38b953688ce124c32c1a9525423643a358fd3d42150c1da7b8197a0942a3d2"
},
"32bit": {
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_32-2023-12-27.1.zip",
"hash": "6876cd445470ddce8e9404834350c182adf1c7aae42625842e7103ed48f1d354"
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_32-2024-06-29.1.zip",
"hash": "07303c761dd9364d91202e84ab0f15189bf20dfce6ace87d31f1b9eb1912f5ba"
}
},
"pre_install": [
Expand All @@ -36,6 +40,9 @@
},
"autoupdate": {
"architecture": {
"arm64": {
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_arm64-$matchDate.$matchAttempt.zip"
},
"64bit": {
"url": "https://nightly.link/jurplel/qView/workflows/build/master/qView-nightly-Windows_64-$matchDate.$matchAttempt.zip"
},
Expand Down

0 comments on commit 2ddec03

Please sign in to comment.