mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-17 08:01:42 +08:00
16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
{
|
|
"app": {
|
|
"bundleName": "com.electronegg.demo",
|
|
"vendor": "electron-egg",
|
|
"versionCode": 1000000,
|
|
"versionName": "1.0.0",
|
|
"icon": "$media:app_icon",
|
|
"label": "$string:app_name",
|
|
"configuration": "$profile:configuration",
|
|
"multiAppMode": {
|
|
"multiAppModeType": "multiInstance",
|
|
"maxCount": 1
|
|
}
|
|
}
|
|
}
|