File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments