this repo has no description
0
fork

Configure Feed

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

Merge pull request #1680 from lzap/macos-launcher

add MacOS application instructions

authored by

Vadim Grigoruk and committed by
GitHub
104c47bf 53521e22

+14
+14
README.md
··· 163 163 make -j4 164 164 ``` 165 165 166 + to create application icon for development version 167 + ``` 168 + mkdir -p ~/Applications/TIC80dev.app/Contents/{MacOS,Resources} 169 + cp -f macosx/tic80.plist ~/Applications/TIC80dev.app/Contents/Info.plist 170 + cp -f macosx/tic80.icns ~/Applications/TIC80dev.app/Contents/Resources 171 + cat > ~/Applications/TIC80dev.app/MacOS/TIC80dev <<EOF 172 + #!/bin/sh 173 + exec /Users/nesbox/projects/TIC-80/build/bin/tic80 --skip --scale 2 >/dev/null 174 + EOF 175 + chmod +x ~/Applications/TIC80dev.app/MacOS/TIC80 176 + ``` 177 + Make sure to update the absolute path to the tic80 binary in the script, or 178 + update the launch arguments. 179 + 166 180 # Install instructions 167 181 168 182 ## Linux