commit
964fcc7a13
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.node14
|
- org.freedesktop.Sdk.Extension.node14
|
||||||
# Electron doesn't use a traditional locale format so separate-locales is useless.
|
# Electron doesn't use a traditional locale format so separate-locales is useless.
|
||||||
separate-locales: false
|
separate-locales: false
|
||||||
command: start-electron-webpack-quick-start
|
command: cider
|
||||||
finish-args:
|
finish-args:
|
||||||
# These two lines add Xorg access for graphics.
|
# These two lines add Xorg access for graphics.
|
||||||
- '--share=ipc'
|
- '--share=ipc'
|
||||||
|
|
|
@ -48,6 +48,8 @@ export class AppEvents {
|
||||||
// Expose GC
|
// Expose GC
|
||||||
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
|
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
|
||||||
|
|
||||||
|
electron.app.setAppUserModelId(process.execPath) // For notification name
|
||||||
|
|
||||||
/***********************************************************************************************************************
|
/***********************************************************************************************************************
|
||||||
* Commandline arguments
|
* Commandline arguments
|
||||||
**********************************************************************************************************************/
|
**********************************************************************************************************************/
|
||||||
|
@ -194,4 +196,4 @@ export class AppEvents {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue