mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
feat: update package version to 0.4.0 and add winget manifests
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -2898,7 +2898,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openlist-desktop"
|
name = "openlist-desktop"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user