From 9723c7373a590b3210bd0764e54bed0cee46dc22 Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 17 Feb 2021 17:28:54 +0800 Subject: [PATCH] desktop: add more app properties --- desktop/build-osx-info-plist.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/desktop/build-osx-info-plist.sh b/desktop/build-osx-info-plist.sh index 207577fb9..3197fb969 100755 --- a/desktop/build-osx-info-plist.sh +++ b/desktop/build-osx-info-plist.sh @@ -4,12 +4,18 @@ cat << EOF - CFBundleExecutable - bbgo-desktop - CFBundleIconFile - icon.icns - CFBundleIdentifier - com.bbgo.lorca + CFBundleExecutable + bbgo-desktop + CFBundleIconFile + icon.icns + CFBundleIdentifier + com.bbgo.lorca + LSFileQuarantineEnabled + + NSUserNotificationAlertStyle + banner + NSHighResolutionCapable + EOF