Update .electron-builder.config.js
This commit is contained in:
parent
231c57f263
commit
2deb101c42
|
@ -3,7 +3,7 @@
|
||||||
* @see https://www.electron.build/configuration/configuration
|
* @see https://www.electron.build/configuration/configuration
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
appId: "YourAppID@qq.com",
|
appId: "YourAppID",
|
||||||
productName: "YourAppName",
|
productName: "YourAppName",
|
||||||
copyright: "Copyright © 2022 ${author}",
|
copyright: "Copyright © 2022 ${author}",
|
||||||
asar: true,
|
asar: true,
|
||||||
|
|
Loading…
Reference in New Issue