修正打包builder多平台耦合问题
This commit is contained in:
parent
420e5ab0d2
commit
6a55502a13
@ -37,9 +37,6 @@ extraResources:
|
|||||||
win:
|
win:
|
||||||
target:
|
target:
|
||||||
- target: nsis
|
- target: nsis
|
||||||
arch:
|
|
||||||
- x64
|
|
||||||
- arm64
|
|
||||||
icon: ./scripts/logo.ico
|
icon: ./scripts/logo.ico
|
||||||
|
|
||||||
nsis:
|
nsis:
|
||||||
@ -55,9 +52,6 @@ nsis:
|
|||||||
mac:
|
mac:
|
||||||
target:
|
target:
|
||||||
- target: dmg
|
- target: dmg
|
||||||
arch:
|
|
||||||
- x64
|
|
||||||
- arm64
|
|
||||||
icon: ./scripts/logo.icns
|
icon: ./scripts/logo.icns
|
||||||
category: public.app-category.developer-tools
|
category: public.app-category.developer-tools
|
||||||
artifactName: ${productName}-${version}-mac-${arch}.${ext}
|
artifactName: ${productName}-${version}-mac-${arch}.${ext}
|
||||||
@ -65,9 +59,6 @@ mac:
|
|||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- target: AppImage
|
- target: AppImage
|
||||||
arch:
|
|
||||||
- x64
|
|
||||||
- arm64
|
|
||||||
icon: ./scripts/logo.png
|
icon: ./scripts/logo.png
|
||||||
artifactName: ${productName}-${version}-linux-${arch}.${ext}
|
artifactName: ${productName}-${version}-linux-${arch}.${ext}
|
||||||
category: Development
|
category: Development
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user