mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
dosbox: add uninstaller script (#2687)
This commit is contained in:
parent
0e24e0c6f7
commit
5b5ae534cb
@ -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": {
|
||||
|
||||
@ -10,6 +10,12 @@
|
||||
"/D=$dir"
|
||||
]
|
||||
},
|
||||
"uninstaller": {
|
||||
"file": "uninstall.exe",
|
||||
"args": [
|
||||
"/S"
|
||||
]
|
||||
},
|
||||
"bin": [
|
||||
"DOSBox.exe",
|
||||
"SDL.dll",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user