Skip to content

Commit 5f6db4f

Browse files
authored
Merge pull request #76 from EUCPilots/gimp
Remove DEVELOPMENT channel from Gimp manifest
2 parents 5a0fd4b + 6d4d283 commit 5f6db4f

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Manifests/Gimp.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,25 @@
66
"Uri": "https://www.gimp.org/gimp_versions.json",
77
"DatePattern": "yyyy-MM-dd",
88
"Channels": [
9-
"STABLE",
10-
"DEVELOPMENT"
9+
"STABLE"
1110
]
1211
},
1312
"Download": {
14-
"Uri": "https://download.gimp.org/mirror/pub/gimp/v#version/windows/#filename",
13+
"Uri": "https://download.gimp.org/mirror/pub/gimp/v#version/windows/#filename",
1514
"FallbackUri": "https://download.gimp.org/gimp/v#version/windows/#filename",
16-
"ReplaceFileName": "#filename",
17-
"ReplaceVersion": "#version"
15+
"ReplaceFileName": "#filename",
16+
"ReplaceVersion": "#version"
1817
}
1918
},
2019
"Install": {
2120
"Setup": "gimp*setup.exe",
2221
"Physical": {
2322
"Arguments": "/VERYSILENT /NORESTART /ALLUSERS",
24-
"PostInstall": [
25-
26-
]
23+
"PostInstall": []
2724
},
2825
"Virtual": {
2926
"Arguments": "/VERYSILENT /NORESTART /ALLUSERS",
30-
"PostInstall": [
31-
32-
]
27+
"PostInstall": []
3328
}
3429
}
35-
}
30+
}

0 commit comments

Comments
 (0)