mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add desktop/build-osx-info-plist.sh
This commit is contained in:
parent
93bdb6c3eb
commit
2c12ebcb9b
15
desktop/build-osx-info-plist.sh
Executable file
15
desktop/build-osx-info-plist.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
cat << EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>bbgo-desktop</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.bbgo.lorca</string>
|
||||
</dict>
|
||||
</plist>
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user