generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHelloFont.old.json
26 lines (26 loc) · 986 Bytes
/
HelloFont.old.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
{
"version": "2.1.0.3",
"description": "HelloFont - Font tool for designers",
"homepage": "http://www.hellofont.cn/",
"notes": "Your HelloFont data are storaged in '%LOCALAPPDATA%\\HelloFont'.",
"url": "https://list.nb.gl/OD_scoop/apt-cdn/HelloFont/2.1.0.3/HelloFont_old.exe#/HelloFont.exe",
"hash": "115c73b63da32712a87d5cefd7e27df98c3d7811a41de2a6ebd35fa152a06df3",
"shortcuts": [
[
"HelloFont.exe",
"HelloFont"
]
],
"persist": "HelloFont",
"pre_install":[
"$file = 'HelloFont'",
"if (!(Test-Path \"$persist_dir\\$file\")) {",
" Write-Host 'File' $file 'does not exists. Creating.' -f Yellow",
" New-Item -Path dir\\$file -ItemType Directory",
"}"
],
"post_install": "New-Item -Path $env:APPDATA\\HelloFont -ItemType Junction -Value $dir\\HelloFont",
"uninstaller": {
"script": "Remove-Item $env:APPDATA\\HelloFont -Force -Recurse"
}
}