Skip to content

Commit

Permalink
Convert Info.plist to binary format when making dmg on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed May 8, 2021
1 parent a5242e0 commit 83bd11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ ifdef OSXCROSS
dmg dmg Cataclysm-uncompressed.dmg Cataclysm.dmg
rm Cataclysm-uncompressed.dmg
else
plutil -convert binary1 Cataclysm.app/Contents/Info.plist
dmgbuild -s build-data/osx/dmgsettings.py "Cataclysm DDA" Cataclysm.dmg
endif

Expand Down

0 comments on commit 83bd11a

Please sign in to comment.