From d4e4470a9c53bdb3f7d19637ab7d233b55302964 Mon Sep 17 00:00:00 2001 From: Drew Naylor Date: Thu, 8 Oct 2020 00:09:07 -0400 Subject: [PATCH] Adding UXL Launcher 3.3.1's manifest. (#3976) --- manifests/DrewNaylor/UXL-Launcher/3.3.1.yaml | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifests/DrewNaylor/UXL-Launcher/3.3.1.yaml diff --git a/manifests/DrewNaylor/UXL-Launcher/3.3.1.yaml b/manifests/DrewNaylor/UXL-Launcher/3.3.1.yaml new file mode 100644 index 000000000..f6affbf75 --- /dev/null +++ b/manifests/DrewNaylor/UXL-Launcher/3.3.1.yaml @@ -0,0 +1,22 @@ +Id: DrewNaylor.UXL-Launcher +Publisher: DrewNaylor +Name: UXL Launcher +Version: 3.3.1 +License: GNU GPL v3+ +InstallerType: EXE +LicenseUrl: https://github.com/DrewNaylor/UXL-Launcher/blob/master/LICENSE.txt +AppMoniker: uxl-launcher +Tags: office, launcher, gui, utility, tool +# Some tags are based on what HandyWinget-GUI used. +Description: An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft 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/UXL-Launcher/ +Installers: + - Arch: x86 + InstallerType: Inno + Url: https://github.com/DrewNaylor/UXL-Launcher/releases/download/v3.3.1/UXL-Launcher_v3.3.1-Stable.exe + Sha256: AB5EBD4CE1FD3DC20E1F2069C5CCFC3BA44DF5495ADEAA9599D039C46515274D + Switches: + Silent: /VERYSILENT /ALLUSERS + SilentWithProgress: /SILENT /ALLUSERS + # Copied switches from Inno Setup's manifest. +# Generated by https://github.com/ptorr-msft/WinGetYamlGenerator