We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cddffe commit fc8d82eCopy full SHA for fc8d82e
freemind.json
@@ -4,6 +4,6 @@
4
"hash": "005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a",
5
"pre_install": "\"pushd $dir; .\\freemindw.bat; popd\" | Out-File \"$dir\\freemind.ps1\"",
6
"bin": "freemind.ps1",
7
- "shortcuts": [ ["freemindw.bat", "FreeMind"] ],
+ "shortcuts": [ ["freemindw.bat", "FreeMind", { "WorkingDirectory": "$dir" }] ],
8
"depends": [ "java" ]
9
}
0 commit comments