forked from mia/Aegisub
Codesign the app bundle before creating the dmg
This commit is contained in:
parent
29eb7b5e9e
commit
1935e77261
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ osx-bundle:
|
||||||
$(BIN_SHELL) tools/osx-bundle.sh "$(AEGISUB_COMMAND)" "$(BIN_WX_CONFIG)" DICT_DIR=$(DICT_DIR)
|
$(BIN_SHELL) tools/osx-bundle.sh "$(AEGISUB_COMMAND)" "$(BIN_WX_CONFIG)" DICT_DIR=$(DICT_DIR)
|
||||||
|
|
||||||
osx-dmg: osx-bundle
|
osx-dmg: osx-bundle
|
||||||
|
codesign -s 'Mac Developer' --deep Aegisub.app || true
|
||||||
$(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)"
|
$(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)"
|
||||||
|
|
||||||
osx-tinderbox-bundle:
|
osx-tinderbox-bundle:
|
||||||
|
|
Loading…
Reference in a new issue