Skip to content

Commit 62baabc

Browse files
authored
Updqte xyplorer
Signed-off-by: Thomas <1688389+Rakambda@users.noreply.github.com>
1 parent 9b23988 commit 62baabc

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

bucket/xyplorer.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
"identifier": "Proprietary",
88
"url": "https://www.xyplorer.com/LicenseXY.txt"
99
},
10-
"url": "https://www.xyplorer.com/download/xyplorer_full_noinstall.zip",
11-
"hash": "bf174ad2fc0af7014ff383aacb0ef8c800df805e9c4cdf0c064d51c253f82008",
10+
"architecture": {
11+
"64bit": {
12+
"url": "https://www.xyplorer.com/download/xyplorer64_full_noinstall.zip",
13+
"hash": "bf174ad2fc0af7014ff383aacb0ef8c800df805e9c4cdf0c064d51c253f82008"
14+
},
15+
"32bit": {
16+
"url": "https://www.xyplorer.com/download/xyplorer_full_noinstall.zip",
17+
"hash": "bf174ad2fc0af7014ff383aacb0ef8c800df805e9c4cdf0c064d51c253f82008"
18+
}
19+
},
1220
"bin": "XYplorer.exe",
1321
"shortcuts": [
1422
[
@@ -19,9 +27,16 @@
1927
"persist": "Data",
2028
"checkver": {
2129
"url": "https://www.xyplorer.com/download.php",
22-
"re": "([\\d.]+),\\s*released"
30+
"re": "What's New in ([\\d.]+)*.*\\?"
2331
},
2432
"autoupdate": {
25-
"url": "https://www.xyplorer.com/download/xyplorer_full_noinstall.zip"
33+
"architecture": {
34+
"64bit": {
35+
"url": "https://www.xyplorer.com/download/xyplorer64_full_noinstall.zip"
36+
},
37+
"32bit": {
38+
"url": "https://www.xyplorer.com/download/xyplorer_full_noinstall.zip"
39+
}
40+
}
2641
}
2742
}

0 commit comments

Comments
 (0)