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 }