mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
Merge pull request #247 from VishwasShashidhar/electron-219
electron-219: added a pre-install script for macOS
This commit is contained in:
commit
bc231a8022
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>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>PREINSTALL_PATH</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>preinstall.sh</string>
|
||||
<key>PATH_TYPE</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>RESOURCES</key>
|
||||
<array/>
|
||||
</dict>
|
||||
|
Loading…
Reference in New Issue
Block a user