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
160737e736
commit
51d11e8316
5 changed files with 30 additions and 21 deletions
|
|
@ -69,13 +69,17 @@ module.exports = {
|
|||
},
|
||||
mac: {
|
||||
target: [
|
||||
"dmg",
|
||||
{
|
||||
target: "dmg",
|
||||
arch: ["arm64", "x64"],
|
||||
},
|
||||
{
|
||||
target: "zip",
|
||||
// arch: ["x64", "arm64"],
|
||||
arch: ["arm64", "x64"],
|
||||
// arch: ["universal"]
|
||||
},
|
||||
],
|
||||
// artifactName: "${productName}-${version}-${os}-${arch}.${ext}",
|
||||
artifactName: "${productName}-${arch}.${ext}",
|
||||
category: "public.app-category.music",
|
||||
darkModeSupport: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue