mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
electron-75 -> Fixes the issue (#140)
This commit is contained in:
parent
ee68bf8565
commit
963672008b
@ -18,6 +18,7 @@ sed -i "" -E "s#\"launchOnStartup\" ?: ?([Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee])#
|
|||||||
|
|
||||||
## Add app to login items
|
## Add app to login items
|
||||||
if [ $launch_on_startup == true ]; then
|
if [ $launch_on_startup == true ]; then
|
||||||
|
mkdir ~/Library/LaunchAgents/
|
||||||
cat > ~/Library/LaunchAgents/com.symphony.symphony-desktop.agent.plist << EOT
|
cat > ~/Library/LaunchAgents/com.symphony.symphony-desktop.agent.plist << EOT
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
Loading…
Reference in New Issue
Block a user