aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-05-11 12:42:18 +0200
committerPierre Ossman <ossman@cendio.se>2022-05-11 13:06:27 +0200
commit1134641583b8612b3e6ec73388f0c4b929d36fd6 (patch)
treec29698150b5adb76facbaccf0c85fbcea80597ee /release
parentdf8eddfae66e3ead8ed0707cb5a6bdc97a319d75 (diff)
downloadtigervnc-1134641583b8612b3e6ec73388f0c4b929d36fd6.tar.gz
tigervnc-1134641583b8612b3e6ec73388f0c4b929d36fd6.zip
Automatically generate macOS icon file
Diffstat (limited to 'release')
-rw-r--r--release/makemacapp.in2
-rw-r--r--release/tigervnc.icnsbin343650 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/release/makemacapp.in b/release/makemacapp.in
index acdfa208..7f195eda 100644
--- a/release/makemacapp.in
+++ b/release/makemacapp.in
@@ -42,7 +42,7 @@ mkdir -p "$APPROOT/Contents/MacOS"
mkdir -p "$APPROOT/Contents/Resources"
install -m 755 vncviewer/vncviewer "$APPROOT/Contents/MacOS/TigerVNC Viewer"
-install -m 644 $SRCDIR/release/tigervnc.icns "$APPROOT/Contents/Resources/"
+install -m 644 $SRCDIR/media/icons/tigervnc.icns "$APPROOT/Contents/Resources/"
install -m 644 release/Info.plist "$APPROOT/Contents/"
for lang in `cat "$SRCDIR/po/LINGUAS"`; do
diff --git a/release/tigervnc.icns b/release/tigervnc.icns
deleted file mode 100644
index 22bb1c3e..00000000
--- a/release/tigervnc.icns
+++ /dev/null
Binary files differ