Skip to content

Commit

Permalink
Add missing depends (#324)
Browse files Browse the repository at this point in the history
* Fix relative file path and update CI

* Update CI for inputs handling

* remove trigger

* Add missing sign depends
  • Loading branch information
byrnHDF authored Sep 23, 2024
1 parent 1b378f8 commit 60b0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@
<!-- =================================================================
BINARY - PACK
================================================================= -->
<target name="binaryPack" depends="clean-package, binaryPackWindows, binaryPackUnix, binaryPackMac"
<target name="binaryPack" depends="clean-package, binaryPackWindows, binaryPackUnix, binaryPackMac, binaryPackSignMac"
description="Packages up the release directory, the license file and the README file into a distributable form" />

<target name="binaryPackWindows" depends="createJPackage, createWindowsAppREADME" if="${isAppWindows}">
Expand Down

0 comments on commit 60b0b4b

Please sign in to comment.