mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
feat: SDA-1062: warn users before closing running app (windows) (#974)
* SDA-1062: warn users before closing running app - On Windows, currently, when trying to install new version of SDA, we simply kill the app before asking user if they'd like to quit and proceed. - This fixes the issue and provides a better user experience. Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1062: warn users before closing running app - remove x86 support for Windows Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
This commit is contained in:
parent
a145e56369
commit
ea15d48688
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