Skip to content

Commit

Permalink
set working directory of the shortcut, requires ScoopInstaller/Scoop#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzq committed Feb 4, 2017
1 parent 6cddffe commit fc8d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freemind.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"hash": "005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a",
"pre_install": "\"pushd $dir; .\\freemindw.bat; popd\" | Out-File \"$dir\\freemind.ps1\"",
"bin": "freemind.ps1",
"shortcuts": [ ["freemindw.bat", "FreeMind"] ],
"shortcuts": [ ["freemindw.bat", "FreeMind", { "WorkingDirectory": "$dir" }] ],
"depends": [ "java" ]
}

0 comments on commit fc8d82e

Please sign in to comment.