From 33f474508649c3611933f2b5ed46e8ea284ac0b0 Mon Sep 17 00:00:00 2001 From: Drew Naylor Date: Wed, 21 Oct 2020 21:41:40 -0400 Subject: [PATCH] Updating UXL Launcher to version 4.0. (#4340) --- manifests/DrewNaylor/UXL-Launcher/4.0.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifests/DrewNaylor/UXL-Launcher/4.0.yaml diff --git a/manifests/DrewNaylor/UXL-Launcher/4.0.yaml b/manifests/DrewNaylor/UXL-Launcher/4.0.yaml new file mode 100644 index 000000000..42c4773f8 --- /dev/null +++ b/manifests/DrewNaylor/UXL-Launcher/4.0.yaml @@ -0,0 +1,22 @@ +Id: DrewNaylor.UXL-Launcher +Publisher: DrewNaylor +Name: UXL Launcher +Version: 4.0 +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/v4.0/UXL-Launcher_v4.0-Stable.exe + Sha256: 146D47925B1DBD7F73D413F38906EE1C4E9E011718FA60CF10C89061FF2FA9E4 + Switches: + Silent: /VERYSILENT /ALLUSERS + SilentWithProgress: /SILENT /ALLUSERS + # Copied switches from Inno Setup's manifest. +# Generated by https://github.com/ptorr-msft/WinGetYamlGenerator