Doom64EX
Doom64EX copied to clipboard
I got Doom64EX working on my Mac
I created a Resources folder in the Contents folder in the app and copied DOOM64.WAD and DOOMSND.SF2 to the Resources folder, then I renamed MacOS/doom64ex to MacOS/Doom64Ex (for cosmetic reasons only) and created a shell script MacOS/Doom64Ex.sh, then I edited Info.plist and changed
This is the Doom64Ex.sh shell script. #!/bin/sh
dir=dirname "$0"
cd "$dir/../Resources"
exec ../MacOS/Doom64Ex -iwad DOOM64.WAD "$@"
This is the icon file I made for Mac as a PNG. GitHub would not let me attach the icns file.