-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathIcecreamPDFEditor.yml
28 lines (28 loc) · 1.08 KB
/
IcecreamPDFEditor.yml
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
version: "3.27"
description: Icecream PDF Editor
homepage: https://icecreamapps.com/PDF-Editor/
license: Proprietary
url: http://download.icecreamapps.com/pdf_editor_setup.exe
hash: d07275b5f68a4873498bf7abee10dac5d22aa40931d2a599f9139158ec23c227
innosetup: true
uninstaller:
script: |
if ($purge) {
$localIcecream = Join-Path $env:LOCALAPPDATA 'Icecream'
$appdataIcecream = Join-Path $env:APPDATA 'Icecream'
$toDelete = @((Join-Path $env:USERPROFILE '.Icecream PDF Editor'), (Join-Path $localIcecream 'Icecream PDF Editor'))
$toDelete += Join-Path $appdataIcecream 'Icecream PDF Editor'
$appdataIcecream, $localIcecream | ForEach-Object {
if ((Get-ChildItem $_ -ErrorAction SilentlyContinue).Count -eq 0) { $toDelete += $_ }
}
Remove-Item $toDelete -ErrorAction SilentlyContinue -Recurse
}
bin: icepdfeditor.exe
shortcuts:
- - icepdfeditor.exe
- Icecream PDF Editor
checkver:
url: https://icecreamapps.com/PDF-Editor/changelog.html
regex: '>([\d.]+)<'
autoupdate:
url: http://download.icecreamapps.com/pdf_editor_setup.exe