Skip to content

Commit 60f5e92

Browse files
authored
Merge pull request #97 from open-webui/main
refac
2 parents c85533d + f38c95b commit 60f5e92

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

electron-builder.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ nsis:
2424
createDesktopShortcut: always
2525
mac:
2626
target:
27-
- dmg
28-
- zip
27+
- target: dmg
28+
- target: zip
29+
arch:
30+
- x64
31+
- arm64
32+
artifactName: ${name}-${arch}-mac.${ext}
2933
entitlements: build/entitlements.mac.plist
3034
entitlementsInherit: build/entitlements.mac.plist
3135
extendInfo:
@@ -45,8 +49,6 @@ dmg:
4549
y: 240
4650
type: link
4751
path: /Applications
48-
zip:
49-
artifactName: ${name}-${arch}-mac.${ext}
5052
linux:
5153
target:
5254
- AppImage

0 commit comments

Comments
 (0)