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
91ae6bb107
commit
b98bf909fb
4 changed files with 18 additions and 17 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue