Skip to content

Commit 9293407

Browse files
committed
[email protected]: Add arm64 support, fix extract_dir (Closes #16916)
1 parent 4f78a4e commit 9293407

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

bucket/imageglass.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"64bit": {
99
"url": "https://github.com/d2phap/ImageGlass/releases/download/9.4.1.15/ImageGlass_9.4.1.15_x64.zip",
1010
"hash": "2ad0705f98a601418cb376ed5e2cf01c04e4eb6b533794804c72081958f4f45e",
11-
"extract_dir": "ImageGlass_9.4.1.15_x64"
11+
"extract_dir": "ImageGlass_x64"
12+
},
13+
"arm64": {
14+
"url": "https://github.com/d2phap/ImageGlass/releases/download/9.4.1.15/ImageGlass_9.4.1.15_arm64.zip",
15+
"hash": "e51c54111d72a9c69f2c19f1b02d95245e91cf12a1f9bb5031685b6ac90ea43f",
16+
"extract_dir": "ImageGlass_arm64"
1217
}
1318
},
1419
"pre_install": [
@@ -36,8 +41,10 @@
3641
"autoupdate": {
3742
"architecture": {
3843
"64bit": {
39-
"url": "https://github.com/d2phap/ImageGlass/releases/download/$version/ImageGlass_$version_x64.zip",
40-
"extract_dir": "ImageGlass_$version_x64"
44+
"url": "https://github.com/d2phap/ImageGlass/releases/download/$version/ImageGlass_$version_x64.zip"
45+
},
46+
"arm64": {
47+
"url": "https://github.com/d2phap/ImageGlass/releases/download/$version/ImageGlass_$version_arm64.zip"
4148
}
4249
}
4350
}

0 commit comments

Comments
 (0)