From 2c12ebcb9bbda3090446604d61a340eb4e7b4cfa Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 15 Feb 2021 01:55:59 +0800 Subject: [PATCH] add desktop/build-osx-info-plist.sh --- desktop/build-osx-info-plist.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 desktop/build-osx-info-plist.sh 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