blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

Shell scripts compatibility issue and icon for ted2_macos.app #136

Closed Pharmhaus-2 closed 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: D-a-n-i-l-o

1) macOS only: Added info.plist and Monkey2logo.icns to Ted2go.app, so the icon appears in the macOS dock. Delete bin/ted2_macos.app and run rebuildted2go.sh to apply.

2) Changed all "source common.sh" in scripts to ". ./common.sh" for greatest compatibility with different shells. For example Ubuntu uses 'dash' instead of 'bash' by default and some shells do not know the newer 'source' command, resulting in a script error at the 'source' command.

Pharmhaus-2 commented 5 years ago

Merged Pullrequest