Skip to content

Commit 5fecaa3

Browse files
committed
fluxdown: Add arm64 architecture support
1 parent 86ac407 commit 5fecaa3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bucket/fluxdown.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"64bit": {
2525
"url": "https://github.com/zerx-lab/FluxDown/releases/download/v0.1.55/FluxDown-0.1.55-windows-x64-portable.zip",
2626
"hash": "4dfd497a4e9901dda9179a19e1857f5b6c97bcb8651f3b2041c7ec8fd7f17798"
27+
},
28+
"arm64": {
29+
"url": "https://github.com/zerx-lab/FluxDown/releases/download/v0.1.55/FluxDown-0.1.55-windows-arm64-portable.zip",
30+
"hash": "3fd9d54ca258df1ccb217d3fa5f14d55e61dd7408a5cb4447af1d342c8b1d047"
2731
}
2832
},
2933
"pre_install": "if (!(Test-Path \"$dir\\flux_down.db\")) { New-Item -ItemType File \"$dir\\flux_down.db\" -Force | Out-Null }",
@@ -61,6 +65,9 @@
6165
"architecture": {
6266
"64bit": {
6367
"url": "https://github.com/zerx-lab/FluxDown/releases/download/v$version/FluxDown-$version-windows-x64-portable.zip"
68+
},
69+
"arm64": {
70+
"url": "https://github.com/zerx-lab/FluxDown/releases/download/v$version/FluxDown-$version-windows-arm64-portable.zip"
6471
}
6572
},
6673
"hash": {

0 commit comments

Comments
 (0)