mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix: bugs
This commit is contained in:
parent
36447ae5d8
commit
d9c8489c92
5 changed files with 271 additions and 264 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
// 主线程的配置文件
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue