-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeekuninstaller-portable.json
34 lines (34 loc) · 1.35 KB
/
geekuninstaller-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://geekuninstaller.com/",
"version": "1.4.8.145",
"license": "Free for personnal use only",
"url": "https://download3.portableapps.com/portableapps/GeekUninstallerPortable/GeekUninstallerPortable_1.4.8.145.paf.exe#/dl.7z",
"hash": "1988c108aa392796f4376eb0289d6a6a0b1cc5216d31d42069b097e9b2863a56",
"bin": [
[
"GeekUninstallerPortable.exe",
"GeekUninstaller"
]
],
"shortcuts": [
[
"GeekUninstallerPortable.exe",
"GeekUninstaller"
]
],
"persist": "Data",
"post_install": [
"Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"if(!(test-path \"$dir\\FirefoxPortable.ini\")) {",
" Copy-Item \"$dir\\Other\\Source\\AppNamePortable.ini\" \"$dir\\GeekUninstallerPortable.ini\"",
" (Get-Content \"$dir\\GeekUninstallerPortable.ini\").replace('DisableSplashScreen=false', 'DisableSplashScreen=true') | Set-Content \"$dir\\GeekUninstallerPortable.ini\"",
"}"
],
"checkver": {
"url": "https://portableapps.com/apps/utilities/geekuninstaller-portable",
"re": "Version ([\\d.]+) for Windows"
},
"autoupdate": {
"url": "https://download3.portableapps.com/portableapps/GeekUninstallerPortable/GeekUninstallerPortable_$version.paf.exe#/dl.7z"
}
}