Skip to content

Commit 3500e4f

Browse files
committed
Temporarily allow running straight from out
1 parent 126e05f commit 3500e4f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ant/apple/installer.xml

+10-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,16 @@
105105
</exec>
106106

107107
<!-- Cleanup lingering files (for other OS installers) -->
108-
<delete dir="${dist.dir}/Contents/Resources"/>
109-
<delete dir="${dist.dir}/Contents/MacOS"/>
108+
<!-- FIXME BRING BACK BEFORE MERGE <delete dir="${dist.dir}/Contents/Resources"/> -->
109+
<!-- FIXME BRING BACK BEFORE MERGE <delete dir="${dist.dir}/Contents/MacOS"/> -->
110+
<!-- FIXME BUILD AN APP HERE LOCALLY -->
111+
<delete dir="${dist.dir}/../QZ Tray.app"/>
112+
<move todir="${dist.dir}/../QZ Tray.app">
113+
<fileset dir="${dist.dir}"/>
114+
</move>
115+
<chmod perm="a+x">
116+
<fileset dir="${dist.dir}/../QZ Tray.app/Contents/MacOS"/>
117+
</chmod>
110118
</target>
111119

112120
<target name="codesign-jre" if="codesign.mac">

0 commit comments

Comments
 (0)