We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b9bff commit ffadacaCopy full SHA for ffadaca
src/main/resources/mac/Info.plist.vtl
@@ -69,8 +69,6 @@
69
<key>WorkingDirectory</key>
70
#if ($info.useResourcesAsWorkingDir)
71
<string>$APP_PACKAGE/Contents/Resources</string>
72
-#else
73
- <string>$CurrentWorkingDirectory</string>
74
#end
75
</dict>
76
<key>LSEnvironment</key>
src/main/resources/mac/universalJavaApplicationStub
@@ -81,8 +81,6 @@ stub_logger "[StubDir] $PROGDIR"
81
# set files and folders
82
############################################
83
84
-CurrentWorkingDirectory=$(pwd)
85
-
86
# the absolute path of the app package
87
cd "$PROGDIR"/../../ || exit 11
88
AppPackageFolder=$(pwd)
0 commit comments