Mercurial > hg > vamp-plugin-pack
changeset 65:bf0fc15c3e21
Add icons
author | Chris Cannam |
---|---|
date | Tue, 11 Feb 2020 10:45:54 +0000 |
parents | 0c94d3065ecd |
children | 85768d48e6ce |
files | deploy/osx/Info.plist deploy/osx/build-and-package.sh icons/sv-macicon.icns icons/sv-winicon.ico icons/sv.rc installer.pro |
diffstat | 6 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/osx/Info.plist Tue Feb 11 10:16:49 2020 +0000 +++ b/deploy/osx/Info.plist Tue Feb 11 10:45:54 2020 +0000 @@ -8,6 +8,8 @@ <string>Vamp Plugin Pack Installer</string> <key>CFBundleExecutable</key> <string>Vamp Plugin Pack Installer</string> + <key>CFBundleIconFile</key> + <string>sv-macicon.icns</string> <key>CFBundleIdentifier</key> <string>org.sonicvisualiser.VampPluginPackInstaller</string> <key>CFBundleShortVersionString</key>
--- a/deploy/osx/build-and-package.sh Tue Feb 11 10:16:49 2020 +0000 +++ b/deploy/osx/build-and-package.sh Tue Feb 11 10:45:54 2020 +0000 @@ -147,4 +147,3 @@ echo "Done" fi -echo "Done"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/icons/sv.rc Tue Feb 11 10:45:54 2020 +0000 @@ -0,0 +1,1 @@ +IDI_ICON1 ICON DISCARDABLE "sv-winicon.ico"
--- a/installer.pro Tue Feb 11 10:16:49 2020 +0000 +++ b/installer.pro Tue Feb 11 10:45:54 2020 +0000 @@ -25,6 +25,9 @@ MOC_DIR = o RCC_DIR = o +ICON = icons/sv-macicon.icns +RC_FILE = icons/sv.rc + qrc.target = $$PWD/installer.qrc qrc.depends = $$PWD/installer.qrc.in qrc.commands = $$DEPLOYDIR/generate-qrc $$PWD/installer.qrc