From 85855584923b50f469798e72696397c7b2c35fd4 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 6 Apr 2026 12:31:17 -0500 Subject: [PATCH] refac --- .github/workflows/release.yml | 26 +++++++++++++++----------- package-lock.json | 8 ++++---- src/main/utils/index.ts | 2 +- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4da7a5b..838570c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 7ec5448..1d06416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/src/main/utils/index.ts b/src/main/utils/index.ts index f3ea169..d5ff501 100644 --- a/src/main/utils/index.ts +++ b/src/main/utils/index.ts @@ -828,7 +828,7 @@ const DEFAULT_CONFIG: AppConfig = { extraArgs: [] }, envVars: {}, - showSidebar: true, + showSidebar: false, spotlightPosition: null }