This commit is contained in:
Timothy Jaeryang Baek
2026-04-06 12:31:17 -05:00
parent 08356674e1
commit 8585558492
3 changed files with 20 additions and 16 deletions
+15 -11
View File
@@ -275,14 +275,18 @@ jobs:
draft: false
prerelease: false
files: |
**/*.zip
**/*.exe
**/*.dmg
**/*.pkg
**/*.deb
**/*.rpm
**/*.AppImage
**/*.flatpak
**/*.tar.gz
**/*.blockmap
**/latest*.yml
windows-latest-*/*.exe
windows-latest-*/*.blockmap
windows-latest-*/latest*.yml
macos-latest-*/*.dmg
macos-latest-*/*.zip
macos-latest-*/*.pkg
macos-latest-*/*.blockmap
macos-latest-*/latest*.yml
ubuntu-latest-*/*.deb
ubuntu-latest-*/*.rpm
ubuntu-latest-*/*.AppImage
ubuntu-latest-*/*.snap
ubuntu-latest-*/*.flatpak
ubuntu-latest-*/*.tar.gz
ubuntu-latest-*/latest*.yml
+4 -4
View File
@@ -1,12 +1,12 @@
{
"name": "open-webui-desktop",
"version": "0.1.0",
"name": "open-webui",
"version": "0.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui-desktop",
"version": "0.1.0",
"name": "open-webui",
"version": "0.0.3",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
+1 -1
View File
@@ -828,7 +828,7 @@ const DEFAULT_CONFIG: AppConfig = {
extraArgs: []
},
envVars: {},
showSidebar: true,
showSidebar: false,
spotlightPosition: null
}