Skip to content

Commit 3a26096

Browse files
author
Travis CI
committed
Update JSDoc
1 parent cba3f94 commit 3a26096

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/jsdoc/Engines_Wine_Verbs_vcrun6sp6_script.js.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ <h1 class="page-title">Source: Engines/Wine/Verbs/vcrun6sp6/script.js</h1>
5353
.name("Vs6sp6.exe")
5454
.get();
5555

56-
const setupFile = new CabExtract()
56+
const setupDir = `${prefixDirectory}/drive_c/vcrun6sp6/`;
57+
new CabExtract()
5758
.wizard(wizard)
5859
.archive(toBeCabExtracted)
59-
.to(`${prefixDirectory}/drive_c/vcrun6sp6/`)
60+
.to(setupDir)
6061
.extract(["-L", "-F", "vcredist.exe"]);
6162

6263
remove(`${system32directory}/comcat.dll`);
@@ -67,6 +68,7 @@ <h1 class="page-title">Source: Engines/Wine/Verbs/vcrun6sp6/script.js</h1>
6768

6869
wizard.wait(tr("Please wait while {0} is installed...", "vcrun6sp6"));
6970

71+
const setupFile = setupDir + "vcredist.exe";
7072
this.wine.run(setupFile, "/q", null, false, true);
7173
}
7274

0 commit comments

Comments
 (0)