fix: bugs

This commit is contained in:
qier222 2021-03-25 21:58:47 +08:00
parent 36447ae5d8
commit d9c8489c92
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
5 changed files with 271 additions and 264 deletions

View file

@ -97,7 +97,6 @@ module.exports = {
{
target: "nsis",
arch: ["x64"],
deleteAppDataOnUninstall: true,
},
],
publisherName: "YesPlayMusic",
@ -138,9 +137,9 @@ module.exports = {
icon: "build/icons/icon.icns",
},
nsis: {
oneClick: false,
allowToChangeInstallationDirectory: true,
oneClick: true,
perMachine: true,
deleteAppDataOnUninstall: true,
},
},
// 主线程的配置文件