From 5b5ae534cb4049ea7f7fca8282cba3ec861dce0e Mon Sep 17 00:00:00 2001 From: Birdie Date: Fri, 19 Oct 2018 17:26:41 +0300 Subject: [PATCH] dosbox: add uninstaller script (#2687) --- consul.json | 2 +- dosbox.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/consul.json b/consul.json index aa935dd8e5..4ff4344fbb 100644 --- a/consul.json +++ b/consul.json @@ -1,6 +1,6 @@ { "homepage": "https://www.consul.io", - "description": "Service Discovery and Configuration ", + "description": "Service Discovery and Configuration", "license": "MPL-2.0", "version": "1.3.0", "architecture": { diff --git a/dosbox.json b/dosbox.json index d4305fb46d..d1189b4c57 100644 --- a/dosbox.json +++ b/dosbox.json @@ -10,6 +10,12 @@ "/D=$dir" ] }, + "uninstaller": { + "file": "uninstall.exe", + "args": [ + "/S" + ] + }, "bin": [ "DOSBox.exe", "SDL.dll",