mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
af53f829d7
@ -1,8 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Kill the existing running instance
|
||||
sudo killall Symphony
|
||||
|
||||
delete_app()
|
||||
{
|
||||
# Delete the installed version only if it is older than the installing version
|
||||
|
@ -9,7 +9,7 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>APPLICATION_ID</key>
|
||||
<string>com.symphony.symphony-desktop</string>
|
||||
<string>com.symphony.electron-desktop</string>
|
||||
<key>STATE</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -37,8 +37,7 @@
|
||||
"copy:darwin": "ncp config 'node_modules/electron/dist/Electron.app/Contents/config'",
|
||||
"copy:win32": "ncp config node_modules\\electron\\dist\\config",
|
||||
"unpacked-mac": "npm run prebuild && npm run test && ./node_modules/.bin/electron-builder build --mac --dir",
|
||||
"unpacked-win": "npm run prebuild && npm run test && node_modules\\.bin\\electron-builder build --win --x64 --dir",
|
||||
"unpacked-win-x86": "npm run prebuild && npm run test && node_modules\\.bin\\electron-builder build --win --ia32 --dir"
|
||||
"unpacked-win": "npm run prebuild && npm run test && node_modules\\.bin\\electron-builder build --win --x64 --dir"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.symphony.electron-desktop",
|
||||
|
Loading…
Reference in New Issue
Block a user