Merge pull request #254 from ciderapp/develop

Develop
This commit is contained in:
Core 2022-01-29 16:16:16 +00:00 committed by GitHub
commit 964fcc7a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ sdk-extensions:
- org.freedesktop.Sdk.Extension.node14
# Electron doesn't use a traditional locale format so separate-locales is useless.
separate-locales: false
command: start-electron-webpack-quick-start
command: cider
finish-args:
# These two lines add Xorg access for graphics.
- '--share=ipc'

View file

@ -48,6 +48,8 @@ export class AppEvents {
// Expose GC
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
electron.app.setAppUserModelId(process.execPath) // For notification name
/***********************************************************************************************************************
* Commandline arguments
**********************************************************************************************************************/
@ -194,4 +196,4 @@ export class AppEvents {
}
}
}
}