mirror of
https://github.com/open-webui/desktop.git
synced 2026-06-30 20:57:56 -04:00
refac
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+4
-4
@@ -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": {
|
||||
|
||||
@@ -828,7 +828,7 @@ const DEFAULT_CONFIG: AppConfig = {
|
||||
extraArgs: []
|
||||
},
|
||||
envVars: {},
|
||||
showSidebar: true,
|
||||
showSidebar: false,
|
||||
spotlightPosition: null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user