mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +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",
|
"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": {
|
||||||
|
|||||||
@ -10,6 +10,12 @@
|
|||||||
"/D=$dir"
|
"/D=$dir"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"uninstaller": {
|
||||||
|
"file": "uninstall.exe",
|
||||||
|
"args": [
|
||||||
|
"/S"
|
||||||
|
]
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"DOSBox.exe",
|
"DOSBox.exe",
|
||||||
"SDL.dll",
|
"SDL.dll",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user