mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 04:02:10 +08:00
10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
module.exports = {
|
|
AutoLaunch: {
|
|
LOGIN_SETTING_OPTIONS: {
|
|
// For Windows
|
|
args: [
|
|
'--opened-at-login=1'
|
|
]
|
|
}
|
|
},
|
|
}; |