electron-219: added a pre-install script for macOS

This commit is contained in:
Vishwas Shashidhar 2017-11-27 10:28:57 +05:30
parent 59658c819c
commit a274eb5db3
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sudo killall Symphony
sudo rm -rf /Applications/Symphony.app

View File

@ -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>