Added more architecture for 7-Zip 21.01 alpha. (#10280)

This commit is contained in:
Zhai Dev
2021-04-08 16:03:39 +08:00
committed by GitHub
parent 0b247cd4b4
commit 7dbf1566de
4 changed files with 67 additions and 37 deletions

View File

@@ -0,0 +1,33 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.01-alpha
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.0.0
InstallerType: exe
Scope: machine
InstallerSwitches:
Silent: /S
SilentWithProgress: /S
InstallLocation: /D=<INSTALLPATH>
Commands:
- 7z
FileExtensions:
- 7z
- zip
- rar
- tar
- gz
- wim
Installers:
- Architecture: x86
InstallerUrl: https://www.7-zip.org/a/7z2101.exe
InstallerSha256: A160B4AE335A91E0B27F82604F874A94BCEF03A4918A1BE9F26330933092C084
- Architecture: x64
InstallerUrl: https://www.7-zip.org/a/7z2101-x64.exe
InstallerSha256: AFA61D1BAC31BC36D453861F76E44439030E9174E6C5C5F2DDD97DFE7B0AD2D2
- Architecture: arm64
InstallerUrl: https://www.7-zip.org/a/7z2101-arm64.exe
InstallerSha256: 9F7D8F02782595DB06687B6DD41DB8603079A3B345E9674DB4660ACC18241030
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.01-alpha
PackageLocale: en-US
Publisher: 7zip
Author: 7zip
PackageName: 7Zip - Alpha
PackageUrl: https://www.7-zip.org/
License: Copyright (C) 1999-2021 Igor Pavlov. - GNU LGPL
LicenseUrl: https://www.7-zip.org/license.txt
ShortDescription: Free and open source file archiver with a high compression ratio.
Moniker: 7zip-alpha
Tags:
- 7zip
- compression
- file compression
- utility
- tool
- zip
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -0,0 +1,10 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha
PackageVersion: 21.01-alpha
PackageLocale: zh-CN
PackageUrl: https://sparanoid.com/lab/7z/
License: 版权所有 (C) 1999-2021 Igor Pavlov。- GNU LGPL
LicenseUrl: https://raw.githubusercontent.com/sparanoid/7z/master/zh-cn/License.txt
ShortDescription: 7-Zip 是一款拥有极高压缩比的开源压缩软件。
ManifestType: locale
ManifestVersion: 1.0.0

View File

@@ -1,40 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: 7zip.7zipAlpha PackageIdentifier: 7zip.7zipAlpha
PackageName: 7Zip - Alpha
Moniker: 7zip-alpha
PackageVersion: 21.01-alpha PackageVersion: 21.01-alpha
Publisher: 7zip DefaultLocale: en-US
Author: 7zip ManifestType: version
License: Copyright (C) 1999-2021 Igor Pavlov. - GNU LGPL
LicenseUrl: https://www.7-zip.org/license.txt
MinimumOSVersion: 10.0.0.0
ShortDescription: Free and open source file archiver with a high compression ratio.
PackageUrl: https://www.7-zip.org/
Tags:
- 7zip
- compression
- file compression
- utility
- tool
- zip
FileExtensions:
- 7z
- zip
- rar
- tar
- gz
- wim
Commands:
- 7z
InstallerType: exe
InstallerSwitches:
Silent: /S
SilentWithProgress: /S
InstallLocation: /D=<INSTALLPATH>
Installers:
- Architecture: x64
InstallerUrl: https://www.7-zip.org/a/7z2101-x64.exe
InstallerSha256: AFA61D1BAC31BC36D453861F76E44439030E9174E6C5C5F2DDD97DFE7B0AD2D2
Scope: machine
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0 ManifestVersion: 1.0.0