Codesign the app bundle before creating the dmg

This commit is contained in:
Thomas Goyne 2013-12-06 16:58:12 -08:00
parent 29eb7b5e9e
commit 1935e77261
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ osx-bundle:
$(BIN_SHELL) tools/osx-bundle.sh "$(AEGISUB_COMMAND)" "$(BIN_WX_CONFIG)" DICT_DIR=$(DICT_DIR)
osx-dmg: osx-bundle
codesign -s 'Mac Developer' --deep Aegisub.app || true
$(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)"
osx-tinderbox-bundle: