Skip to content

Commit

Permalink
Merge pull request #1881 from bphinz/fix_apple_code_signing
Browse files Browse the repository at this point in the history
Fix for regression in 260a3e0 that broke code signing
  • Loading branch information
bphinz authored Dec 1, 2024
2 parents b5225e9 + a313330 commit 4680810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/makemacapp.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ APPROOT="$TMPDIR/dmg/TigerVNC viewer $VERSION.app"
mkdir -p "$APPROOT/Contents/MacOS"
mkdir -p "$APPROOT/Contents/Resources"

install -m 755 vncviewer/vncviewer "$APPROOT/Contents/MacOS/TigerVNC Viewer"
install -m 755 vncviewer/vncviewer "$APPROOT/Contents/MacOS/TigerVNC viewer"
install -m 644 $SRCDIR/media/icons/tigervnc.icns "$APPROOT/Contents/Resources/"
install -m 644 release/Info.plist "$APPROOT/Contents/"

Expand Down

0 comments on commit 4680810

Please sign in to comment.