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
de7d008c0b
commit
967a7165ac
8 changed files with 39 additions and 27 deletions
|
|
@ -68,16 +68,25 @@ module.exports = {
|
|||
output: "dist_electron",
|
||||
},
|
||||
mac: {
|
||||
target: [
|
||||
"dmg",
|
||||
{
|
||||
target: "zip",
|
||||
// arch: ["x64", "arm64"],
|
||||
},
|
||||
],
|
||||
// artifactName: "${productName}-${version}-${os}-${arch}.${ext}",
|
||||
category: "public.app-category.music",
|
||||
darkModeSupport: true,
|
||||
},
|
||||
win: {
|
||||
target: ["nsis", "portable"],
|
||||
publisherName: "YesPlayMusic",
|
||||
icon: "build/icons/icon.ico",
|
||||
publish: ["github"],
|
||||
},
|
||||
linux: {
|
||||
target: ["AppImage", "tar.gz", "deb", "rpm", "snap"],
|
||||
target: ["AppImage", "tar.gz", "deb", "rpm", "snap", "pacman"],
|
||||
category: "Music",
|
||||
icon: "./build/icon.icns",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue