From 62bc7686cf18bdf26af799818798aa8511addfe3 Mon Sep 17 00:00:00 2001 From: MarNicGit <47538428+MarNicGit@users.noreply.github.com> Date: Sat, 23 May 2020 07:20:14 +0200 Subject: [PATCH] Add RetroArch 1.8.7 x64 (#688) * Add RetroArch 1.8.7 x64 * added installer switches * pascalcase fix * Realized the retroarch installer is nsis, changed installer type Co-authored-by: MarNicGit --- manifests/Libretro/RetroArch/1.8.7.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/Libretro/RetroArch/1.8.7.yaml diff --git a/manifests/Libretro/RetroArch/1.8.7.yaml b/manifests/Libretro/RetroArch/1.8.7.yaml new file mode 100644 index 000000000..46e28a779 --- /dev/null +++ b/manifests/Libretro/RetroArch/1.8.7.yaml @@ -0,0 +1,13 @@ +Id: Libretro.RetroArch +Version: 1.8.7 +Name: RetroArch +Publisher: The Libretro Team +License: GPLv3 +Tags: libretro, retro, rom, emulator, emulation, arcade, game, gaming +Description: RetroArch is a frontend for emulators, game engines and media players. +Homepage: https://www.retroarch.com +Installers: + - Arch: x64 + Url: https://buildbot.libretro.com/stable/1.8.7/windows/x86_64/RetroArch-x64-setup.exe + Sha256: D939D9ED748CB9B649A64C4806695212A97354A730354CB10D66CD3A04267EC8 + InstallerType: nullsoft \ No newline at end of file