update package makes for graphic locations
git-svn-id: http://comictagger.googlecode.com/svn/trunk@52 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
5fbf0275be
commit
318a1dd23b
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user