“bat”
Showing
2
deleted
100644 → 0
assets/bat/init.bat
0 → 100644
assets/bat/mount.bat
0 → 100644
... | ... | @@ -110,6 +110,7 @@ |
"dependencies": { | ||
"electron-debug": "^3.2.0", | ||
"electron-log": "^4.4.8", | ||
"electron-root-path": "^1.1.0", | ||
"electron-updater": "^5.2.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
... | ... | @@ -183,8 +184,8 @@ |
"webpack-merge": "^5.8.0" | ||
}, | ||
"build": { | ||
"productName": "ElectronReact", | ||
"appId": "org.erb.ElectronReact", | ||
"productName": "bkunyun", | ||
"appId": "org.erb.bkunyun", | ||
"asar": true, | ||
"asarUnpack": "**\\*.{node,dll}", | ||
"files": [ | ||
... | ... | @@ -222,8 +223,8 @@ |
] | ||
}, | ||
"nsis": { | ||
"include": "build/eee.nsh", | ||
"oneClick":false, | ||
"include": "build/installer.nsh", | ||
"oneClick": false, | ||
"perMachine": true, | ||
"allowElevation": true, | ||
"allowToChangeInstallationDirectory": true, | ||
... | ... | @@ -269,4 +270,4 @@ |
], | ||
"logLevel": "quiet" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please
register
or
sign in
to comment