diff --git a/scripts/makedocs.sh b/scripts/makedocs.sh index 6d3637ee6..a464a91cc 100755 --- a/scripts/makedocs.sh +++ b/scripts/makedocs.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh $mx2cc makedocs diff --git a/scripts/rebuildmods.sh b/scripts/rebuildmods.sh index aae3d66a0..61f07c77b 100755 --- a/scripts/rebuildmods.sh +++ b/scripts/rebuildmods.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Rebuilding modules *****" diff --git a/scripts/rebuildmx2cc.sh b/scripts/rebuildmx2cc.sh index 20feaac78..fca20792b 100755 --- a/scripts/rebuildmx2cc.sh +++ b/scripts/rebuildmx2cc.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Rebuilding mx2cc *****" diff --git a/scripts/rebuildted2go.sh b/scripts/rebuildted2go.sh index 94556ddb0..77f0a7c88 100755 --- a/scripts/rebuildted2go.sh +++ b/scripts/rebuildted2go.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Rebuilding ted2go *****" @@ -35,6 +35,9 @@ else rm -r -f $ted2 cp -R ./ted2go.products/macos/ted2.app $ted2 + + cp ../src/ted2go/info.plist "$ted2/Contents" + cp ../src/launcher/Monkey2logo.icns "$ted2/Contents/Resources" rm -r -f "$launcher" cp -R ./launcher.products/macos/Launcher.app "$launcher" diff --git a/scripts/updatemods.sh b/scripts/updatemods.sh index d944ee527..2041c1129 100755 --- a/scripts/updatemods.sh +++ b/scripts/updatemods.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Updating modules *****" diff --git a/scripts/updatemx2cc.sh b/scripts/updatemx2cc.sh index bcf7a3602..2c87dae2c 100755 --- a/scripts/updatemx2cc.sh +++ b/scripts/updatemx2cc.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Updating mx2cc *****" diff --git a/scripts/updateted2go-github.sh b/scripts/updateted2go-github.sh index f06ae900b..23d0fd74c 100755 --- a/scripts/updateted2go-github.sh +++ b/scripts/updateted2go-github.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Updating ted2go *****" @@ -35,6 +35,9 @@ else rm -r -f $ted2 cp -R ./ted2go-github.products/macos/ted2.app $ted2 + + cp ../src/ted2go/info.plist "$ted2/Contents" + cp ../src/launcher/Monkey2logo.icns "$ted2/Contents/Resources" rm -r -f "$launcher" cp -R ./launcher.products/macos/Launcher.app "$launcher" diff --git a/scripts/updateted2go.sh b/scripts/updateted2go.sh index 6fc27acaf..5be5e7461 100755 --- a/scripts/updateted2go.sh +++ b/scripts/updateted2go.sh @@ -1,5 +1,5 @@ -source common.sh +. ./common.sh echo "" echo "***** Updating ted2go *****" @@ -35,6 +35,9 @@ else rm -r -f $ted2 cp -R ./ted2go.products/macos/ted2.app $ted2 + + cp ../src/ted2go/info.plist "$ted2/Contents" + cp ../src/launcher/Monkey2logo.icns "$ted2/Contents/Resources" rm -r -f "$launcher" cp -R ./launcher.products/macos/Launcher.app "$launcher" diff --git a/src/ted2go/info.plist b/src/ted2go/info.plist new file mode 100644 index 000000000..e64fef96d --- /dev/null +++ b/src/ted2go/info.plist @@ -0,0 +1,12 @@ + + + + + CFBundleExecutable + ted2 + CFBundleIconFile + Monkey2logo + CFBundlePackageType + APPL + +