Skip to content

Commit

Permalink
Temporarily allow running straight from out
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Apr 2, 2021
1 parent 126e05f commit 3500e4f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ant/apple/installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,16 @@
</exec>

<!-- Cleanup lingering files (for other OS installers) -->
<delete dir="${dist.dir}/Contents/Resources"/>
<delete dir="${dist.dir}/Contents/MacOS"/>
<!-- FIXME BRING BACK BEFORE MERGE <delete dir="${dist.dir}/Contents/Resources"/> -->
<!-- FIXME BRING BACK BEFORE MERGE <delete dir="${dist.dir}/Contents/MacOS"/> -->
<!-- FIXME BUILD AN APP HERE LOCALLY -->
<delete dir="${dist.dir}/../QZ Tray.app"/>
<move todir="${dist.dir}/../QZ Tray.app">
<fileset dir="${dist.dir}"/>
</move>
<chmod perm="a+x">
<fileset dir="${dist.dir}/../QZ Tray.app/Contents/MacOS"/>
</chmod>
</target>

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

0 comments on commit 3500e4f

Please sign in to comment.