-
Notifications
You must be signed in to change notification settings - Fork 7
/
freemind.json
16 lines (16 loc) · 924 Bytes
/
freemind.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"version": "1.0.1",
"url": "https://downloads.sourceforge.net/project/freemind/freemind/1.0.1/freemind-bin-max-1.0.1.zip",
"hash": "005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a",
"pre_install": "function unzip($file, $outdir) {\r\n if (Test-Path $file) {\r\n \u0026 7z x \"-o$outdir\" $file | Out-Null\r\n Remove-Item $file\r\n } else {\r\n Write-Warning \"Unable to find $file\"\r\n }\r\n}\r\n\n\"pushd $dir; .\\freemindw.bat; popd\" | Out-File \"$dir\\freemind.ps1\" -Encoding UTF8\r\n\"pushd $dir \u0026\u0026 .\\freemindw.bat\" | Out-File \"$dir\\shortcut.bat\" -Encoding ASCII\r\n",
"bin": "freemind.ps1",
"shortcuts": [
[
"shortcut.bat",
"FreeMind"
]
],
"depends": [
"java"
]
}