Skip to content

Commit 3c9cb13

Browse files
committed
rawtherapee: Fix autoupdate
* Simplify manifest. * Correct the autoupdate URL where the version number was hardcoded. * Relates to a56a1c49.
1 parent 1083fe3 commit 3c9cb13

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

bucket/rawtherapee.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
"hash": "fe0ab7e0e647130641a13cfaf54543c63efcc62a8da97acb9cde92c1bc255b8c"
1010
}
1111
},
12-
"pre_install": [
13-
"Get-ChildItem \"$dir\\RawTherapee*.exe\" | Rename-Item -NewName 'setup.exe'",
14-
"Expand-InnoArchive -Path \"$dir\\setup.exe\" -Removal"
15-
],
12+
"innosetup": true,
1613
"bin": [
1714
"rawtherapee.exe",
1815
"rawtherapee-cli.exe"
@@ -29,7 +26,7 @@
2926
"autoupdate": {
3027
"architecture": {
3128
"64bit": {
32-
"url": "https://github.com/RawTherapee/RawTherapee/releases/download/5.12/RawTherapee_5.12_win64_release.exe"
29+
"url": "https://github.com/RawTherapee/RawTherapee/releases/download/$version/RawTherapee_$version_win64_release.exe"
3330
}
3431
},
3532
"hash": {

0 commit comments

Comments
 (0)