mirror of https://github.com/odrling/Aegisub
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…
Reference in New Issue