Skip to content

Commit

Permalink
bucket: various misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jan 29, 2024
1 parent a0ef229 commit 19f7748
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
1 change: 0 additions & 1 deletion bucket/custom-resolution-utility.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"bin": [
"CRU.exe",
"reset-all.exe",
"reset.exe",
"restart64.exe"
]
}
6 changes: 3 additions & 3 deletions bucket/discordcompressor.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"url": "https://github.com/vladaad/discordcompressor/releases/download/1.0/discordcompressor-windows.zip",
"hash": "7492eb3546662063bfd8cacb1184adfab33e134d9480490ea7c23d880b27b830",
"bin": [
"discordcompressor-portable.exe",
"discordcompressor.exe",
[
"discordcompressor-portable.exe",
"discordcompressor.exe",
"discordcompressor"
],
[
"discordcompressor-portable.exe",
"discordcompressor.exe",
"dc"
]
]
Expand Down
2 changes: 1 addition & 1 deletion bucket/qualitymuncher.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/qm-org/qualitymuncher/releases/download/$version/Quality.Muncher.$version.zip"
"url": "https://github.com/qm-org/qualitymuncher/releases/download/v$version/Quality.Muncher.$version.zip"
}
}
19 changes: 12 additions & 7 deletions bucket/utvideo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
"license": "GPL-3.0",
"url": "https://github.com/umezawatakeshi/utvideo/releases/download/utvideo-23.1.0/utvideo-23.1.0-win.exe",
"hash": "CC6148208AFD7E365B32E1CA80B6526C3DD9258387382D4B09066A43E730679D",
"innosetup": true,
"bin": [
[
"rundll32.exe",
"utconfig",
"utv_core.dll,GlobalConfigDialog"
"installer": {
"args": [
"/VERYSILENT",
"/DIR=$dir"
]
],
},
"uninstaller": {
"file": "unins000.exe",
"args": [
"/VERYSILENT",
"/NORESTART"
]
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/umezawatakeshi/utvideo/releases/download/utvideo-$version/utvideo-$version-win.exe"
Expand Down

0 comments on commit 19f7748

Please sign in to comment.