From 5e99fc6aa27ffaeab669afabaf421ec8e8e58f51 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:03:10 +0200 Subject: [PATCH] Add manifest file for Bulk Image Downloader v5.77 x86 (#3099) * Add manifest file for Bulk Image Downloader v5.77 x86 * Modify manifest file to account for Manifest-Validation Error * Edit manifest once again to account for Manifest-Validation Error * Rename the parent folder as well as the ID manifest property --- .../BulkImageDownloader/5.77.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml diff --git a/manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml b/manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml new file mode 100644 index 000000000..a1add8d4e --- /dev/null +++ b/manifests/AntibodySoftware/BulkImageDownloader/5.77.yaml @@ -0,0 +1,17 @@ +Id: AntibodySoftware.BulkImageDownloader +Version: 5.77 +Name: Bulk Image Downloader +Publisher: AntibodySoftware +License: © 2020 antibody-software.com +AppMoniker: Bulk Image Downloader +Tags: Bulk Image Downloader +Description: Bulk Image Downloader (BID) is a simple to use yet powerful image downloading tool for Windows PCs. +Homepage: https://bulkimagedownloader.com/ +Installers: + - Arch: x86 + Url: https://bulkimagedownloader.com/files/bid_5_77_setup.exe + Sha256: EB294A303F869870C89687E07F0DAC5F5902E7D37F372A928D2ADB1CFBB748D7 + InstallerType: inno + Switches: + Silent: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" + SilentWithProgress: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" \ No newline at end of file