From 1935e772613c55593a6654b53106a6bb2b8374e6 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 6 Dec 2013 16:58:12 -0800 Subject: [PATCH] Codesign the app bundle before creating the dmg --- aegisub/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/Makefile b/aegisub/Makefile index 19f1e7c8b..70641beb5 100644 --- a/aegisub/Makefile +++ b/aegisub/Makefile @@ -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: