Manifest Update for Xmake-io.Xmake v2.5.4 (#13027)
* Manifest Update for Xmake-io.Xmake v2.5.4 * Revert "Manifest Update for Xmake-io.Xmake v2.5.4" This reverts commit e2fa7e4c9886afcacf22d40abd6cd5b9cf9e4d85. * Revert "Revert "Manifest Update for Xmake-io.Xmake v2.5.4"" This reverts commit b260af3676980808532623afbf61aa56661dbca6.
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||||
|
PackageIdentifier: Xmake-io.Xmake
|
||||||
|
PackageVersion: 2.5.4
|
||||||
|
MinimumOSVersion: 10.0.0.0
|
||||||
|
InstallModes:
|
||||||
|
- interactive
|
||||||
|
- silent
|
||||||
|
- silentWithProgress
|
||||||
|
InstallerType: nullsoft
|
||||||
|
Installers:
|
||||||
|
- Architecture: x64
|
||||||
|
InstallerUrl: https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win64.exe
|
||||||
|
InstallerSha256: 2B4D49E871BBC0B5C883F2F7FD3FC95CCAAB281931054EFC8616B4F02F693A4B
|
||||||
|
Scope: machine
|
||||||
|
InstallerLocale: en-US
|
||||||
|
UpgradeBehavior: install
|
||||||
|
- Architecture: x86
|
||||||
|
InstallerUrl: https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win32.exe
|
||||||
|
InstallerSha256: BACC4D3B8DC5ED426F1855ACBF121205EF121F66AED6F1B3488D5731FDF1412F
|
||||||
|
Scope: machine
|
||||||
|
InstallerLocale: en-US
|
||||||
|
UpgradeBehavior: install
|
||||||
|
ManifestType: installer
|
||||||
|
ManifestVersion: 1.0.0
|
@@ -0,0 +1,24 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||||
|
PackageIdentifier: Xmake-io.Xmake
|
||||||
|
PackageVersion: 2.5.4
|
||||||
|
PackageLocale: en-US
|
||||||
|
Publisher: The TBOOX Open Source Group
|
||||||
|
PublisherUrl: https://github.com/xmake-io/xmake
|
||||||
|
PublisherSupportUrl: https://github.com/xmake-io/xmake/issues
|
||||||
|
#PrivacyUrl:
|
||||||
|
Author: xmake-io
|
||||||
|
PackageName: XMake build utility
|
||||||
|
PackageUrl: https://github.com/xmake-io/xmake
|
||||||
|
License: Apache License 2.0
|
||||||
|
LicenseUrl: https://raw.githubusercontent.com/xmake-io/xmake/master/LICENSE.md
|
||||||
|
#Copyright:
|
||||||
|
#CopyrightUrl:
|
||||||
|
ShortDescription: A cross-platform build utility based on Lua.
|
||||||
|
Description: xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novices and can quickly get started in a short time. Let users focus more on actual project development.
|
||||||
|
Moniker: xmake
|
||||||
|
Tags:
|
||||||
|
- lua
|
||||||
|
- cross-platform
|
||||||
|
- open source
|
||||||
|
ManifestType: defaultLocale
|
||||||
|
ManifestVersion: 1.0.0
|
@@ -1,20 +1,6 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||||
PackageIdentifier: Xmake-io.Xmake
|
PackageIdentifier: Xmake-io.Xmake
|
||||||
Publisher: xmake-io
|
|
||||||
PackageName: XMake
|
|
||||||
PackageVersion: 2.5.4
|
PackageVersion: 2.5.4
|
||||||
License: Apache License 2.0
|
DefaultLocale: en-US
|
||||||
LicenseUrl: https://raw.githubusercontent.com/xmake-io/xmake/master/LICENSE.md
|
ManifestType: version
|
||||||
Moniker: xmake
|
|
||||||
ShortDescription: A cross-platform build utility based on Lua.
|
|
||||||
PackageUrl: https://github.com/xmake-io/xmake
|
|
||||||
Installers:
|
|
||||||
- Architecture: x64
|
|
||||||
InstallerType: exe
|
|
||||||
InstallerUrl: https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win64.exe
|
|
||||||
InstallerSha256: 2b4d49e871bbc0b5c883f2f7fd3fc95ccaab281931054efc8616b4f02f693a4b
|
|
||||||
InstallerSwitches:
|
|
||||||
Silent: /S
|
|
||||||
SilentWithProgress: /S
|
|
||||||
PackageLocale: en-US
|
|
||||||
ManifestType: singleton
|
|
||||||
ManifestVersion: 1.0.0
|
ManifestVersion: 1.0.0
|
||||||
|
Reference in New Issue
Block a user