diff options
Diffstat (limited to 'release/makemacapp.in')
-rw-r--r-- | release/makemacapp.in | 2 |
1 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 |