mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #247 from VishwasShashidhar/electron-219
electron-219: added a pre-install script for macOS
This commit is contained in:
3
installer/mac/preinstall.sh
Normal file
3
installer/mac/preinstall.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
sudo killall Symphony
|
||||||
|
sudo rm -rf /Applications/Symphony.app
|
||||||
@@ -450,6 +450,13 @@
|
|||||||
<key>PATH_TYPE</key>
|
<key>PATH_TYPE</key>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>PREINSTALL_PATH</key>
|
||||||
|
<dict>
|
||||||
|
<key>PATH</key>
|
||||||
|
<string>preinstall.sh</string>
|
||||||
|
<key>PATH_TYPE</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
</dict>
|
||||||
<key>RESOURCES</key>
|
<key>RESOURCES</key>
|
||||||
<array/>
|
<array/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user