Update mac build script to output separate mac packages (#9)
* build: produce separate mac binaries * chore(build): add artifactName for mac builds to include arch in file name
This commit is contained in:
@@ -21,13 +21,12 @@ nsis:
|
||||
mac:
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
notarize: false
|
||||
artifactName: ${name}-${version}-${arch}.${ext}
|
||||
target:
|
||||
- target: dmg
|
||||
arch:
|
||||
- arm64
|
||||
- x64
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
|
||||
Reference in New Issue
Block a user