We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d0a03 commit 9f987c5Copy full SHA for 9f987c5
1 file changed
bucket/mirc.json
@@ -8,17 +8,14 @@
8
"hash": "c4e001b16aefb94158c6ee0324491b843639548fe5facbb04a03f45b7e3847a9",
9
"installer": {
10
"args": [
11
- "-ArgumentList",
12
- "\"/S /D=$dir\"",
13
- "-Wait"
+ "/S",
+ "/D=$dir"
14
]
15
},
16
"uninstaller": {
17
"file": "uninstall.exe",
18
19
20
- "\"/S\"",
21
+ "/S"
22
23
24
"bin": [
0 commit comments