修正打包builder多平台耦合问题

This commit is contained in:
ACT丶流星雨 2026-04-05 12:45:41 +08:00
parent 420e5ab0d2
commit 6a55502a13

View File

@ -37,9 +37,6 @@ extraResources:
win:
target:
- target: nsis
arch:
- x64
- arm64
icon: ./scripts/logo.ico
nsis:
@ -55,9 +52,6 @@ nsis:
mac:
target:
- target: dmg
arch:
- x64
- arm64
icon: ./scripts/logo.icns
category: public.app-category.developer-tools
artifactName: ${productName}-${version}-mac-${arch}.${ext}
@ -65,9 +59,6 @@ mac:
linux:
target:
- target: AppImage
arch:
- x64
- arm64
icon: ./scripts/logo.png
artifactName: ${productName}-${version}-linux-${arch}.${ext}
category: Development