fix: bugs

This commit is contained in:
qier222 2021-01-31 20:40:19 +08:00
parent 160737e736
commit 51d11e8316
5 changed files with 30 additions and 21 deletions

View file

@ -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,
},