diff --git a/mac/Makefile b/mac/Makefile index fbe6e2a..803d22c 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -16,7 +16,7 @@ DMG_FILE := $(VOLUME_NAME).dmg all: clean dist diskimage dist: - $(PY2INSTALLER_CMD) tagger.py -o $(MAC_BASE) -w -n $(APP_NAME) -s + $(PY2INSTALLER_CMD) $(TAGGER_BASE)/tagger.py -o $(MAC_BASE) -c -n $(APP_NAME) -s cp $(TAGGER_BASE)/*.ui $(APP_BUNDLE)/Contents/MacOS cp -a $(TAGGER_BASE)/graphics $(APP_BUNDLE)/Contents/MacOS cp $(MAC_BASE)/app.icns $(APP_BUNDLE)/Contents/Resources/icon-windowed.icns @@ -25,7 +25,7 @@ clean: rm -rf $(DIST_DIR) $(MAC_BASE)/build rm -f $(MAC_BASE)/*.spec rm -f /logdict*.log - rm -f "*~" *.pyc *.pyo + rm -f *~ *.pyc *.pyo echo $(VERSION_STR) diskimage: #Set up disk image staging folder