Skip to content

Commit 341bbbb

Browse files
committed
Remove invalid properties from autoupdate sections
Removed invalid autoupdate properties (command, exit_code, scheduled, script) from 17 manifests that were causing CI validation failures.
1 parent 92a8307 commit 341bbbb

17 files changed

Lines changed: 8 additions & 28 deletions

bucket/c/caprice32.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"pattern": "<title>caprice32 ([\\d.]+) released<\\/title>"
2121
},
2222
"autoupdate": {
23-
"script": "caprice32.exe --version",
24-
"command": "caprice32.exe --update",
2523
"restart": true
2624
}
2725
}

bucket/d/dpspemu.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"exe": "cpspemu.exe",
3434
"args": [
3535
"--version"
36-
],
37-
"exit_code": "0"
36+
]
3837
}
3938
}

bucket/e/elkulator.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"regex": "Download Version (\\d+\\.\\d+\\.\\d+\\.\\d+)"
3131
},
3232
"autoupdate": {
33-
"command": "elkulator.exe --version",
3433
"pattern": "Elkulator (\\d+\\.\\d+\\.\\d+\\.\\d+)"
3534
}
3635
}

bucket/e/emuz2000.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"regex": "href=\"emuz2000_v(\\d+\\.\\d+\\.\\d+)\\.zip\""
2424
},
2525
"autoupdate": {
26-
"command": "emuz2000 --version",
2726
"ignoreexitcode": true
2827
}
2928
}

bucket/g/gemulator.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"args": [
2626
"-v"
2727
],
28-
"exit_code": 0,
2928
"match": "Gekko-{{version}}"
3029
}
3130
}

bucket/l/lisaem.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"pattern": "<a href=\"https://github\\.com/lisaem/lisaem/releases/tag/v(\\d+\\.\\d+\\.\\d+)\"[^>]*>lisaem-\\1-win64\\.zip<\\/a>"
2929
},
3030
"autoupdate": {
31-
"command": "refreshenv && scoop update lisaem",
32-
"checkver": true,
33-
"exit_code": "3010"
31+
"checkver": true
3432
}
3533
}

bucket/p/phoenix.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
"regex": "(\\d+\\.\\d+\\.\\d+)"
2525
},
2626
"autoupdate": {
27-
"script": "scoop-download https://github.com/sv99/bk/raw/master/phoenix/releases/phoenix-{version}-win32.zip -o phoenix.zip",
28-
"exit_code": 0,
2927
"bin": "phoenix",
3028
"zip": "phoenix.zip",
3129
"bin_dir": "bin"

bucket/q/ql2k.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"regex": "<a href=\"ql2k.zip\">ql2k-(.*?)\\.zip"
3030
},
3131
"autoupdate": {
32-
"command": "ql2k.exe",
3332
"args": [
3433
"--version"
3534
],

bucket/r/redmsx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"extract": "$dirpath = (Get-Item $installer).DirectoryName"
3030
},
3131
"autoupdate": {
32-
"command": "scoop install redmsx",
3332
"checkver": {
3433
"url": "http://www.msxblue.com/files/RedMSXSetup.exe",
3534
"type": "msi",

bucket/r/reicast.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"regex": "reicast-emulator/releases/tag/r(\\d+\\.\\d+\\.\\d+)"
2828
},
2929
"autoupdate": {
30-
"command": "reicast -version",
3130
"url": "https://github.com/reicast/reicast-emulator/releases/latest",
3231
"regex": "reicast-emulator/releases/tag/r(\\d+\\.\\d+\\.\\d+)",
3332
"filter": "-n 1",

0 commit comments

Comments
 (0)