[X2Go-Commits] [x2goclient] 04/04: macbuild.sh: use the new volume icon that actually also looks like a disk drive. Fixes: #930.
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 9 01:34:15 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 9818a3bf1190dc94943ab122fc3949313f552765
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Mar 8 07:05:47 2017 +0100
macbuild.sh: use the new volume icon that actually also looks like a disk drive. Fixes: #930.
---
debian/changelog | 2 ++
macbuild.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c89d403..e801167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -142,6 +142,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
OS X DMG bundle icon.
- res/img/icons/dmg: add new disk-drive-and-x2goclient icon for use as the
volume icon of the OS X DMG bundle.
+ - macbuild.sh: use the new volume icon that actually also looks like a
+ disk drive. Fixes: #930.
[ Oleksandr Shneyder ]
* New upstream version (4.1.0.1):
diff --git a/macbuild.sh b/macbuild.sh
index 4c62a10..a495e0c 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -591,7 +591,7 @@ if [ "${BUNDLE}" = "1" ]; then
--copy "${TOP_DIR}/LICENSE" \
--copy "${TOP_DIR}/COPYING" \
--symlink "/Applications" \
- --icon "${TOP_DIR}/res/img/icons/x2go-mac.icns" \
+ --icon "${TOP_DIR}/res/img/icons/dmg/x2go-mac-dmg.icns" \
--format "UDBZ"
fi
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list