From 1edb6dff8844b10a1ec43018903f65ab694e363e Mon Sep 17 00:00:00 2001 From: dodorz Date: Fri, 13 Sep 2019 22:09:45 +0800 Subject: [PATCH] dosbox: extract instead of install (#396) --- bucket/dosbox.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/bucket/dosbox.json b/bucket/dosbox.json index 03190b257f..3dde603c3c 100644 --- a/bucket/dosbox.json +++ b/bucket/dosbox.json @@ -3,25 +3,17 @@ "description": "DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, joystick, modem, etc.", "version": "0.74-3", "license": "GPL-2.0-only", - "url": "https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-3/DOSBox0.74-3-win32-installer.exe", + "url": "https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-3/DOSBox0.74-3-win32-installer.exe#/dl.7z", "hash": "sha1:c8c1f5a5d17336607c886444518e74e3d1a4e041", - "installer": { - "args": [ - "/S", - "/D=$dir" + "bin": "DOSBox.exe", + "shortcuts": [ + [ + "DOSBox.exe", + "DOSBox" ] - }, - "uninstaller": { - "file": "uninstall.exe", - "args": "/S" - }, - "bin": [ - "DOSBox.exe", - "SDL.dll", - "SDL_net.dll" ], "checkver": "Latest version:\\s+]+>([\\d.-]+)", "autoupdate": { - "url": "https://downloads.sourceforge.net/project/dosbox/dosbox/$version/DOSBox$version-win32-installer.exe" + "url": "https://downloads.sourceforge.net/project/dosbox/dosbox/$version/DOSBox$version-win32-installer.exe#/dl.7z" } }