Skip to content

Commit

Permalink
Merge pull request #2206 from jpaquim/patch-1
Browse files Browse the repository at this point in the history
Update macOS build instructions to match included plist file
  • Loading branch information
nesbox authored May 26, 2023
2 parents 0509a6e + fc9956e commit a82b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ to create application icon for development version
mkdir -p ~/Applications/TIC80dev.app/Contents/{MacOS,Resources}
cp -f macosx/tic80.plist ~/Applications/TIC80dev.app/Contents/Info.plist
cp -f macosx/tic80.icns ~/Applications/TIC80dev.app/Contents/Resources
cat > ~/Applications/TIC80dev.app/Contents/MacOS/TIC80dev <<EOF
cat > ~/Applications/TIC80dev.app/Contents/MacOS/tic80 <<EOF
#!/bin/sh
exec /Users/nesbox/projects/TIC-80/build/bin/tic80 --skip --scale 2 >/dev/null
EOF
Expand Down

0 comments on commit a82b6cd

Please sign in to comment.