fix: bugs

This commit is contained in:
qier222 2021-03-25 19:29:55 +08:00
parent 91ae6bb107
commit b98bf909fb
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
4 changed files with 18 additions and 17 deletions

View file

@ -97,6 +97,7 @@ module.exports = {
{
target: "nsis",
arch: ["x64"],
deleteAppDataOnUninstall: true,
},
],
publisherName: "YesPlayMusic",
@ -115,7 +116,7 @@ module.exports = {
},
{
target: "deb",
arch: ["x64"],
arch: ["x64", "armv7l"],
},
{
target: "rpm",