mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 11:18:32 +08:00
feat: add version 0.3.0 winget manifest file
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
# 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.3.0
|
||||||
|
InstallerType: exe
|
||||||
|
Installers:
|
||||||
|
- Architecture: x64
|
||||||
|
InstallerUrl: https://github.com/OpenListTeam/OpenList-Desktop/releases/download/v0.3.0/OpenList.Desktop_0.3.0_x64-setup.exe
|
||||||
|
InstallerSha256: 43CC59B5E557F67A7D2F66ADBEF517FBB7CD4FD7E9032FA274FEF5373E38B885
|
||||||
|
- Architecture: arm64
|
||||||
|
InstallerUrl: https://github.com/OpenListTeam/OpenList-Desktop/releases/download/v0.3.0/OpenList.Desktop_0.3.0_arm64-setup.exe
|
||||||
|
InstallerSha256: 3F99A8F566242EE749A3463E3DCB7D6D1CE75C51D3E31970AE1A39C46287035F
|
||||||
|
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.3.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.3.0
|
||||||
|
DefaultLocale: en-US
|
||||||
|
ManifestType: version
|
||||||
|
ManifestVersion: 1.9.0
|
||||||
@@ -2,6 +2,7 @@ PackageIdentifier: OpenListTeam.OpenListDesktop
|
|||||||
PackageName: OpenList Desktop
|
PackageName: OpenList Desktop
|
||||||
Publisher: OpenList Team
|
Publisher: OpenList Team
|
||||||
PackageUrl: https://github.com/OpenListTeam/OpenList-Desktop
|
PackageUrl: https://github.com/OpenListTeam/OpenList-Desktop
|
||||||
|
Copyright: Copyright (c) 2025 OpenList Team
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
LicenseUrl: https://github.com/OpenListTeam/OpenList-Desktop/blob/main/LICENSE
|
LicenseUrl: https://github.com/OpenListTeam/OpenList-Desktop/blob/main/LICENSE
|
||||||
ShortDescription: A cross-platform desktop application for OpenList with local disk mounting
|
ShortDescription: A cross-platform desktop application for OpenList with local disk mounting
|
||||||
|
|||||||
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.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user