Skip to content

Commit fddd025

Browse files
committed
Plezy architecture update
1 parent 5f32f9b commit fddd025

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

bucket/plezy.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
"version": "1.16.1",
55
"description": "Modern cross-platform Plex client built with Flutter",
66
"license": "GPL-3.0",
7-
"url": "https://github.com/edde746/plezy/releases/download/1.16.1/plezy-windows-portable.7z",
8-
"hash": "4f478d7821f2b2bbda8b0cf64e26981d88aa89f7a7e7c31dcad49046f5f2e50f",
7+
"architecture": {
8+
"64bit": {
9+
"url": "https://github.com/edde746/plezy/releases/download/1.16.1/plezy-windows-portable.7z",
10+
"hash": "4f478d7821f2b2bbda8b0cf64e26981d88aa89f7a7e7c31dcad49046f5f2e50f"
11+
}
12+
},
913
"bin": "plezy.exe",
1014
"shortcuts": [
1115
[
@@ -16,6 +20,13 @@
1620
"persist": "storage",
1721
"checkver": "github",
1822
"autoupdate": {
19-
"url": "https://github.com/edde746/plezy/releases/download/$version/plezy-windows-portable.7z"
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://github.com/edde746/plezy/releases/download/$version/plezy-windows-x64-portable.7z"
26+
},
27+
"arm64": {
28+
"url": "https://github.com/edde746/plezy/releases/download/$version/plezy-windows-arm64-portable.7z"
29+
}
30+
}
2031
}
21-
}
32+
},

0 commit comments

Comments
 (0)