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.
2 parents 422bf61 + 5054512 commit 203cc80Copy full SHA for 203cc80
src/main/resources/mac/Info.plist.vtl
@@ -38,7 +38,7 @@
38
#else
39
<false />
40
#end
41
- <key>JavaX</key>
+ <key>Java</key>
42
<dict>
43
#if ($info.useResourcesAsWorkingDir)
44
<key>WorkingDirectory</key>
@@ -49,7 +49,7 @@
49
<key>MainClass</key>
50
<string>${info.mainClass}</string>
51
#if (!$info.vmArgs.empty)
52
- <key>JVMOptions</key>
+ <key>VMOptions</key>
53
<array>
54
#foreach ($vmArg in $info.vmArgs)
55
<string>$vmArg</string>
0 commit comments