We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1083fe3 commit 3c9cb13Copy full SHA for 3c9cb13
1 file changed
bucket/rawtherapee.json
@@ -9,10 +9,7 @@
9
"hash": "fe0ab7e0e647130641a13cfaf54543c63efcc62a8da97acb9cde92c1bc255b8c"
10
}
11
},
12
- "pre_install": [
13
- "Get-ChildItem \"$dir\\RawTherapee*.exe\" | Rename-Item -NewName 'setup.exe'",
14
- "Expand-InnoArchive -Path \"$dir\\setup.exe\" -Removal"
15
- ],
+ "innosetup": true,
16
"bin": [
17
"rawtherapee.exe",
18
"rawtherapee-cli.exe"
@@ -29,7 +26,7 @@
29
26
"autoupdate": {
30
27
"architecture": {
31
28
"64bit": {
32
- "url": "https://github.com/RawTherapee/RawTherapee/releases/download/5.12/RawTherapee_5.12_win64_release.exe"
+ "url": "https://github.com/RawTherapee/RawTherapee/releases/download/$version/RawTherapee_$version_win64_release.exe"
33
34
35
"hash": {
0 commit comments