From 1b849f9825d7da748b725a7ba24e5c7cb2788dfe Mon Sep 17 00:00:00 2001 From: Drew Naylor Date: Wed, 22 Jul 2020 20:24:16 -0400 Subject: [PATCH] Submitting guinget version 0.1.0.1. (#2564) --- manifests/DrewNaylor/guinget/0.1.0.1.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifests/DrewNaylor/guinget/0.1.0.1.yaml diff --git a/manifests/DrewNaylor/guinget/0.1.0.1.yaml b/manifests/DrewNaylor/guinget/0.1.0.1.yaml new file mode 100644 index 000000000..ca69591fc --- /dev/null +++ b/manifests/DrewNaylor/guinget/0.1.0.1.yaml @@ -0,0 +1,22 @@ +Id: DrewNaylor.guinget +Publisher: DrewNaylor +Name: guinget +Version: 0.1.0.1 +License: Apache License 2.0 +InstallerType: EXE +LicenseUrl: https://github.com/DrewNaylor/guinget/blob/master/LICENSE.txt +AppMoniker: guinget +Tags: winget, package, gui, frontend, utility, tool +# Some tags are based on what HandyWinget-GUI used. +Description: Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software. You may need to run winget as an administrator to install this package due to issues where Inno Setup doesn't properly ask for UAC when installing with winget. Not associated with Inno Setup. +Homepage: https://github.com/DrewNaylor/guinget/ +Installers: + - Arch: x86 + InstallerType: Inno + Url: https://github.com/DrewNaylor/guinget/releases/download/v0.1.0.1-alpha/guinget_v0.1.0.1-alpha-quieter.exe + Sha256: 9063573663D99ADF58397B9D7E683F437BE362E850DCECF346CF62BCE5A292E5 + Switches: + Silent: /VERYSILENT /ALLUSERS + SilentWithProgress: /SILENT /ALLUSERS + # Copied switches from Inno Setup's manifest. +# Generated by https://github.com/ptorr-msft/WinGetYamlGenerator