Skip to content

Commit fc8d82e

Browse files
committed
set working directory of the shortcut, requires ScoopInstaller/Scoop#1320
1 parent 6cddffe commit fc8d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freemind.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"hash": "005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a",
55
"pre_install": "\"pushd $dir; .\\freemindw.bat; popd\" | Out-File \"$dir\\freemind.ps1\"",
66
"bin": "freemind.ps1",
7-
"shortcuts": [ ["freemindw.bat", "FreeMind"] ],
7+
"shortcuts": [ ["freemindw.bat", "FreeMind", { "WorkingDirectory": "$dir" }] ],
88
"depends": [ "java" ]
99
}

0 commit comments

Comments
 (0)