diff --git a/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.installer.yaml b/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.installer.yaml new file mode 100644 index 0000000..4ccf72d --- /dev/null +++ b/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: OpenListTeam.OpenListDesktop +PackageVersion: 0.4.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OpenListTeam/OpenList-Desktop/releases/download/v0.4.0/OpenList.Desktop_0.4.0_x64-setup.exe + InstallerSha256: 500DDBC34C73A663C1CA5A82F55DF56321AE4E2E8B727BE26D6EBF4F9F19F881 +- Architecture: arm64 + InstallerUrl: https://github.com/OpenListTeam/OpenList-Desktop/releases/download/v0.4.0/OpenList.Desktop_0.4.0_arm64-setup.exe + InstallerSha256: 4D60544E1684AE3A90220DA6A044D57C144E9F566272D2D43A481DEC8ED573EA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.locale.en-US.yaml b/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.locale.en-US.yaml new file mode 100644 index 0000000..721dd22 --- /dev/null +++ b/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: OpenListTeam.OpenListDesktop +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: OpenList Team +PublisherUrl: https://github.com/OpenListTeam +PublisherSupportUrl: https://github.com/OpenListTeam/OpenList-Desktop/issues +Author: Kuingsmile +PackageName: OpenList Desktop +PackageUrl: https://github.com/OpenListTeam/OpenList-Desktop +License: GPL-3.0 +LicenseUrl: https://github.com/OpenListTeam/OpenList-Desktop/blob/main/LICENSE +Copyright: Copyright (c) 2025 OpenList Team +ShortDescription: A cross-platform desktop application for OpenList with local disk mounting +Description: | + OpenList Desktop is a modern desktop application that provides a seamless interface for managing OpenList. + Features include local disk mounting, service management, real-time monitoring, and multi-language support. + + Key Features: + - Cross-platform support (Windows, macOS, Linux) + - Local disk mounting + - Service management and monitoring + - Real-time log viewing + - Multi-language support +Tags: +- openlist +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.yaml b/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.yaml new file mode 100644 index 0000000..2d1ae85 --- /dev/null +++ b/.winget/manifests/o/OpenListTeam/OpenListDesktop/0.4.0/OpenListTeam.OpenListDesktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: OpenListTeam.OpenListDesktop +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4cde104..97b0c62 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2898,7 +2898,7 @@ dependencies = [ [[package]] name = "openlist-desktop" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "base64 0.22.1",