From 4121724e992ff5b6778e226712d3e92f585342b3 Mon Sep 17 00:00:00 2001 From: sabrogden Date: Sat, 23 May 2020 17:12:12 -0600 Subject: [PATCH] Add Ditto manifest file to winget (#798) * Create 3.22.88.0.yaml Added Ditto 3.22.88.0 manifest file * Update 3.22.88.0.yaml Updated AppMoniker * Update 3.22.88.0.yaml Ditto - added 64bit installer to manifest * Update 3.22.88.0.yaml Removed 64bit, guess they don't support multiple installers Co-authored-by: scott brogden --- manifests/Ditto/Ditto/3.22.88.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Ditto/Ditto/3.22.88.0.yaml diff --git a/manifests/Ditto/Ditto/3.22.88.0.yaml b/manifests/Ditto/Ditto/3.22.88.0.yaml new file mode 100644 index 000000000..068de4ff6 --- /dev/null +++ b/manifests/Ditto/Ditto/3.22.88.0.yaml @@ -0,0 +1,18 @@ +Id: ditto.ditto +Publisher: Ditto +Name: Ditto +Version: 3.22.88.0 +License: GNU General Public License version 3.0 (GPLv3) +InstallerType: EXE +LicenseUrl: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) +AppMoniker: Ditto +Tags: Ditto Clipboard +Description: Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. +Homepage: https://ditto-cp.sourceforge.io/ +Installers: + - Arch: x86 + Url: https://sourceforge.net/projects/ditto-cp/files/Ditto/3.22.88.0/DittoSetup_3_22_88_0.exe/download + Sha256: 516F30D43F06D00ACA19C882336E2167D87FECE41C53798C2424C3410D2B8E72 + Switches: + Silent: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS" + SilentWithProgress: "/SILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS"