Skip to content

Commit 172c373

Browse files
committed
U support for RelocateJar property
1 parent c5c51c3 commit 172c373

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/mac/Info.plist.vtl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
#if ($info.scripts.bootstrap)
117117
<key>BootstrapScript</key>
118118
<string>$APP_PACKAGE/Contents/Resources/scripts/${info.bootstrapFile.name}</string>
119+
#end
120+
<key>RelocateJar</key>
121+
#if ($info.macConfig.relocateJar)
122+
<true/>
123+
#else
124+
<false/>
119125
#end
120126
</dict>
121127
<key>LSEnvironment</key>

0 commit comments

Comments
 (0)