修正打包builder多平台耦合问题
This commit is contained in:
parent
420e5ab0d2
commit
6a55502a13
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user