Merge pull request #97 from open-webui/main

refac
This commit is contained in:
Tim Baek
2026-04-11 15:21:35 -06:00
committed by GitHub
+6 -4
View File
@@ -24,8 +24,12 @@ nsis:
createDesktopShortcut: always
mac:
target:
- dmg
- zip
- target: dmg
- target: zip
arch:
- x64
- arm64
artifactName: ${name}-${arch}-mac.${ext}
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
@@ -45,8 +49,6 @@ dmg:
y: 240
type: link
path: /Applications
zip:
artifactName: ${name}-${arch}-mac.${ext}
linux:
target:
- AppImage