diff --git a/desktop/build-osx-info-plist.sh b/desktop/build-osx-info-plist.sh new file mode 100755 index 000000000..207577fb9 --- /dev/null +++ b/desktop/build-osx-info-plist.sh @@ -0,0 +1,15 @@ +#!/bin/bash +cat << EOF + + + + + CFBundleExecutable + bbgo-desktop + CFBundleIconFile + icon.icns + CFBundleIdentifier + com.bbgo.lorca + + +EOF