Skip to content

Commit c7a7660

Browse files
authored
Update throne.json: adding arm64 & handle "updater"
1 parent 949e357 commit c7a7660

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

bucket/throne.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,30 @@
88
"64bit": {
99
"url": "https://github.com/throneproj/Throne/releases/download/1.0.8/Throne-1.0.8-windows64.zip",
1010
"hash": "636062c46ac5336f9158339425348026fada1897973fc2b4e2ddbdd52ab757f6"
11+
},
12+
"arm64": {
13+
"url": "https://github.com/throneproj/throne/releases/download/1.0.8/Throne-1.0.8-windows-arm64.zip",
14+
"hash": "a47fbe5b9beaf42dd3570f046540e28aad66c76c480b59291752ae3cd5d9106e"
1115
}
1216
},
1317
"checkver": "github",
1418
"autoupdate": {
1519
"architecture": {
1620
"64bit": {
1721
"url": "https://github.com/throneproj/Throne/releases/download/$version/Throne-$version-windows64.zip"
22+
},
23+
"arm64": {
24+
"url": "https://github.com/throneproj/throne/releases/download/$version/Throne-$version-windows-arm64.zip"
1825
}
1926
}
2027
},
2128
"persist": "config",
22-
"extract_dir": "throne",
29+
"extract_dir": "Throne",
30+
"post_install": "Remove-Item \"$dir\\updater*\" -Force -Recurse",
2331
"shortcuts": [
2432
[
2533
"Throne.exe",
26-
"throne"
34+
"Throne"
2735
]
2836
]
2937
}

0 commit comments

Comments
 (0)