mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Make make osx-dmg run make osx-bundle automatically
Originally committed to SVN as r6769.
This commit is contained in:
parent
8abfdd6156
commit
deaf8669da
@ -16,7 +16,7 @@ ifeq (yes, $(BUILD_DARWIN))
|
||||
osx-bundle:
|
||||
$(BIN_SHELL) tools/osx-bundle.sh "$(BUNDLE_STRING)" $(AEGISUB_VERSION_DATA) DICT_DIR=$(DICT_DIR)
|
||||
|
||||
osx-dmg:
|
||||
osx-dmg: osx-bundle
|
||||
$(BIN_SHELL) tools/osx-dmg.sh "$(BUNDLE_STRING)" "$(DMG_STRING)"
|
||||
|
||||
osx-tinderbox-bundle:
|
||||
|
Loading…
x
Reference in New Issue
Block a user