Remove PNG icons, add koreader.svg

Also move Mac specific resource in platform/mac/.
This commit is contained in:
poire-z
2020-12-19 13:43:28 +01:00
parent 24424e505e
commit daefdc96e9
88 changed files with 70 additions and 29 deletions

View File

@@ -383,7 +383,6 @@ androidupdate: all
-xr!*NOTES.txt$ \
-xr!*NOTICE$ \
-xr!*README.md$ \
-xr!*koreader.icns$ \
-xr'!.*'
# make the android APK
@@ -427,7 +426,7 @@ macosupdate: all
$(INSTALL_DIR)/bundle/Contents/MacOS \
$(INSTALL_DIR)/bundle/Contents/Resources
cp resources/koreader.icns $(INSTALL_DIR)/bundle/Contents/Resources/icon.icns
cp -pv $(MACOS_DIR)/koreader.icns $(INSTALL_DIR)/bundle/Contents/Resources/icon.icns
cp -LR $(INSTALL_DIR)/koreader $(INSTALL_DIR)/bundle/Contents
cp -pRv $(MACOS_DIR)/menu.xml $(INSTALL_DIR)/bundle/Contents/MainMenu.xib
ibtool --compile "$(INSTALL_DIR)/bundle/Contents/Resources/Base.lproj/MainMenu.nib" "$(INSTALL_DIR)/bundle/Contents/MainMenu.xib"