dosbox: extract instead of install (#396)

This commit is contained in:
dodorz 2019-09-13 22:09:45 +08:00 committed by Ross Smith II
parent 4a2aa9ff17
commit 1edb6dff88

View File

@ -3,25 +3,17 @@
"description": "DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, joystick, modem, etc.", "description": "DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, joystick, modem, etc.",
"version": "0.74-3", "version": "0.74-3",
"license": "GPL-2.0-only", "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", "hash": "sha1:c8c1f5a5d17336607c886444518e74e3d1a4e041",
"installer": { "bin": "DOSBox.exe",
"args": [ "shortcuts": [
"/S", [
"/D=$dir"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": "/S"
},
"bin": [
"DOSBox.exe", "DOSBox.exe",
"SDL.dll", "DOSBox"
"SDL_net.dll" ]
], ],
"checkver": "Latest version:\\s+<a[^>]+>([\\d.-]+)", "checkver": "Latest version:\\s+<a[^>]+>([\\d.-]+)",
"autoupdate": { "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"
} }
} }