Skip to content

Commit 228cf1a

Browse files
authored
Merge pull request #93 from open-webui/main
fix: macOS auto-update zip artifact naming (0.0.7)
2 parents 6255240 + 201b088 commit 228cf1a

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.7] - 2026-04-11
9+
10+
### Fixed
11+
12+
- **macOS Auto-Update.** Auto-update now works correctly on macOS. Previously, the updater tried to download a zip file with a versioned filename that did not exist in the release.
13+
814
## [0.0.6] - 2026-04-10
915

1016
### Added

electron-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ dmg:
4545
y: 240
4646
type: link
4747
path: /Applications
48+
zip:
49+
artifactName: ${name}-${arch}-mac.${ext}
4850
linux:
4951
target:
5052
- AppImage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-webui",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"license": "AGPL-3.0",
55
"description": "Open WebUI Desktop",
66
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)