-
Notifications
You must be signed in to change notification settings - Fork 0
/
gimp-portable.json
34 lines (34 loc) · 1.25 KB
/
gimp-portable.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"homepage": "https://www.gimp.org/",
"license": "GPL-3.0-only",
"version": "2.10.30",
"url": "https://sourceforge.net/projects/portableapps/files/GIMP%20Portable/GIMPPortable_2.10.30.paf.exe#/dl.7z",
"hash": "sha1:f6d1870fc5833998665791bd6b4a31afccb3f120",
"bin": [
[
"GIMPPortable.exe",
"GIMP"
]
],
"shortcuts": [
[
"GIMPPortable.exe",
"GIMP"
]
],
"persist": "Data",
"post_install": [
"Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"if(!(test-path \"$dir\\GIMPPortable.ini\")) {",
" Copy-Item \"$dir\\Other\\Source\\AppNamePortable.ini\" \"$dir\\GIMPPortable.ini\"",
" (Get-Content \"$dir\\GIMPPortable.ini\").replace('DisableSplashScreen=false', 'DisableSplashScreen=true') | Set-Content \"$dir\\GIMPPortable.ini\"",
"}"
],
"checkver": {
"url": "https://sourceforge.net/projects/portableapps/rss?path=/GIMP%20Portable",
"re": "/GIMP Portable/GIMPPortable_([\\d.]+(?:_Rev_[\\d.])?(?:-[\\d])?).paf.exe]]>"
},
"autoupdate": {
"url": "https://sourceforge.net/projects/portableapps/files/GIMP%20Portable/GIMPPortable_$version.paf.exe#/dl.7z"
}
}