dosbox: add uninstaller script (#2687)

This commit is contained in:
Birdie 2018-10-19 17:26:41 +03:00 committed by Richard Kuhnt
parent 0e24e0c6f7
commit 5b5ae534cb
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"homepage": "https://www.consul.io", "homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration ", "description": "Service Discovery and Configuration",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "1.3.0", "version": "1.3.0",
"architecture": { "architecture": {

View File

@ -10,6 +10,12 @@
"/D=$dir" "/D=$dir"
] ]
}, },
"uninstaller": {
"file": "uninstall.exe",
"args": [
"/S"
]
},
"bin": [ "bin": [
"DOSBox.exe", "DOSBox.exe",
"SDL.dll", "SDL.dll",