1diff --git a/scripts/entitlement.sh b/scripts/entitlement.sh
2index 0f412949ec..23f56d083a 100755
3--- a/scripts/entitlement.sh
4+++ b/scripts/entitlement.sh
5@@ -25,9 +25,5 @@
6 codesign --entitlements "$ENTITLEMENT" --force -s - "$SRC"
7 fi
8
9-# Add the QEMU icon to the binary on Mac OS
10-Rez -append "$ICON" -o "$SRC"
11-SetFile -a C "$SRC"
12-
13 mv -f "$SRC" "$DST"
14 trap '' exit