Skip to content

Commit 877fd9f

Browse files
committed
pot: Add arm64 support
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
1 parent bc52115 commit 877fd9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bucket/pot.json

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"32bit": {
1212
"url": "https://github.com/pot-app/pot-desktop/releases/download/2.7.9/pot_2.7.9_x86-setup.exe#/dl.7z",
1313
"hash": "db1f3289d4ddd37c11f2fe5de759d95cd83476adb672ff0f973c7217d3852309"
14+
},
15+
"arm64": {
16+
"url": "https://github.com/pot-app/pot-desktop/releases/download/2.7.9/pot_2.7.9_arm64-setup.exe#/dl.7z",
17+
"hash": "7410823a7dc747e1d64b71d79002655b0543f79d0b5480a5c8d60a5ebf50e3cb"
1418
}
1519
},
1620
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
@@ -31,6 +35,9 @@
3135
},
3236
"32bit": {
3337
"url": "https://github.com/pot-app/pot-desktop/releases/download/$version/pot_$version_x86-setup.exe#/dl.7z"
38+
},
39+
"arm64": {
40+
"url": "https://github.com/pot-app/pot-desktop/releases/download/$version/pot_$version_arm64-setup.exe#/dl.7z"
3441
}
3542
}
3643
},

0 commit comments

Comments
 (0)