this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2206 from jpaquim/patch-1

Update macOS build instructions to match included plist file

authored by

Vadim Grigoruk and committed by
GitHub
a82b6cd2 0509a6e4

+1 -1
+1 -1
README.md
··· 186 186 mkdir -p ~/Applications/TIC80dev.app/Contents/{MacOS,Resources} 187 187 cp -f macosx/tic80.plist ~/Applications/TIC80dev.app/Contents/Info.plist 188 188 cp -f macosx/tic80.icns ~/Applications/TIC80dev.app/Contents/Resources 189 - cat > ~/Applications/TIC80dev.app/Contents/MacOS/TIC80dev <<EOF 189 + cat > ~/Applications/TIC80dev.app/Contents/MacOS/tic80 <<EOF 190 190 #!/bin/sh 191 191 exec /Users/nesbox/projects/TIC-80/build/bin/tic80 --skip --scale 2 >/dev/null 192 192 EOF