Update GitHub.GitHubDesktop to include machine-based installer (#11567)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||
PackageIdentifier: GitHub.GitHubDesktop
|
||||
PackageVersion: 2.7.2
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://desktop.githubusercontent.com/releases/2.7.2-5b94c877/GitHubDesktopSetup.exe
|
||||
InstallerSha256: cdc74c14bd5aac8c4ba92af36e4e0a87d14b12d7dfe7230d791727eea272d3bf
|
||||
InstallerType: exe
|
||||
Scope: user
|
||||
InstallerSwitches:
|
||||
Silent: /s
|
||||
SilentWithProgress: /s
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://desktop.githubusercontent.com/releases/2.7.2-5b94c877/GitHubDesktopSetup.msi
|
||||
InstallerSha256: b4e11992d23df663ceab91ad3350a2ab144923e3fbe685a59f9f6c4bbd1427a9
|
||||
InstallerType: msi
|
||||
ProductCode: "{CC8231F9-7DD5-4943-8896-308908B0510D}"
|
||||
Scope: machine
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
@@ -0,0 +1,14 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||
PackageIdentifier: GitHub.GitHubDesktop
|
||||
PackageVersion: 2.7.2
|
||||
PackageLocale: en-US
|
||||
Publisher: GitHub, Inc.
|
||||
Author: GitHub, Inc.
|
||||
PackageName: GitHub Desktop
|
||||
PackageUrl: https://desktop.github.com/
|
||||
License: (c) 2021 GitHub, Inc.
|
||||
LicenseUrl: https://raw.githubusercontent.com/desktop/desktop/release-2.7.2/LICENSE
|
||||
ShortDescription: Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.
|
||||
Moniker: github-desktop
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.0.0
|
@@ -1,22 +1,6 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||
PackageIdentifier: GitHub.GitHubDesktop
|
||||
PackageName: GitHub Desktop
|
||||
Moniker: github-desktop
|
||||
PackageVersion: 2.7.2
|
||||
Publisher: GitHub, Inc.
|
||||
Author: GitHub, Inc.
|
||||
License: (c) 2021 GitHub, Inc.
|
||||
LicenseUrl: https://raw.githubusercontent.com/desktop/desktop/release-2.7.2/LICENSE
|
||||
ShortDescription: Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.
|
||||
PackageUrl: https://desktop.github.com/
|
||||
InstallerSwitches:
|
||||
Silent: -s
|
||||
SilentWithProgress: -s
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://desktop.githubusercontent.com/releases/2.7.2-5b94c877/GitHubDesktopSetup.exe
|
||||
InstallerSha256: CDC74C14BD5AAC8C4BA92AF36E4E0A87D14B12D7DFE7230D791727EEA272D3BF
|
||||
InstallerType: exe
|
||||
PackageLocale: en-US
|
||||
ManifestType: singleton
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.0.0
|
||||
|
Reference in New Issue
Block a user