From 318a1dd23b7257b4e2df7396c7b65a0648e53cb1 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Fri, 16 Nov 2012 22:42:47 +0000 Subject: [PATCH] update package makes for graphic locations git-svn-id: http://comictagger.googlecode.com/svn/trunk@52 6c5673fe-1810-88d6-992b-cd32ca31540c --- mac/Makefile | 2 +- windows/Makefile | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/mac/Makefile b/mac/Makefile index a5ff9ee..232c914 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -17,7 +17,7 @@ all: clean dist diskimage dist: $(PY2INSTALLER_CMD) tagger.py -o $(MAC_BASE) -w -n $(APP_NAME) -s - cp $(TAGGER_BASE)/*.ui $(TAGGER_BASE)/*.png $(APP_BUNDLE)/Contents/MacOS + 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 diff --git a/windows/Makefile b/windows/Makefile index 37f72e6..a98b09e 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -10,13 +10,10 @@ all: clean dist package dist: cd "$(TAGGER_BASE)" & - "C:\Python27\Scripts\cxfreeze.bat" $(TAGGER_BASE)\tagger.py --icon nsis\app.ico -# --base-name=Win32GUI + "C:\Python27\Scripts\cxfreeze.bat" $(TAGGER_BASE)\tagger.py --icon nsis\app.ico --base-name=Win32GUI cp -R C:\Python27\Lib\site-packages\PyQt4\plugins\imageformats $(DIST_DIR) cp "$(TAGGER_BASE)\UnRAR2\UnRARDLL\unrar.dll" $(DIST_DIR) cp "$(TAGGER_BASE)\*.ui" $(DIST_DIR) - cp "$(TAGGER_BASE)\nocover.png" $(DIST_DIR) - cp "$(TAGGER_BASE)\app.png" $(DIST_DIR) cp -r "$(TAGGER_BASE)\graphics" $(DIST_DIR) rm "$(DIST_DIR)\QtWebKit4.dll"