Correct batch file build

Former-commit-id: 5f34d497ecc7e1f8fd276663d040f6c433e27fc4 [formerly 8d29091502272b1346ad86b76f61368e92ecc04a [formerly b9452211530a3d8536a01f03bd21792511eee293]]
Former-commit-id: 4a09f0768c67023ba753b30f0ce6a92b8adb1d6e
Former-commit-id: 7da4906d5fa5bfc4735b0ad82933a68d461153e6
This commit is contained in:
Jaifroid 2021-04-14 08:00:14 +01:00
parent 82a2a0f560
commit e61596007c

View File

@ -51,7 +51,7 @@ foreach ($build in $builds) {
$launcherStub = ".\bld\nwjs\$build-$version\Start Kiwix JS Windows"
$foldername = "kiwix_js_windows$sep$appBuild-$build"
# Batch file
$batch = '@cd "' + $foldername + '"' + "`r`n" + '@start "Kiwix JS Windows" "nw.exe"' + "`r`n'"
$batch = '@cd "' + $foldername + '"' + "`r`n" + '@start "Kiwix JS Windows" "nw.exe"' + "`r`n"
$batch > "$launcherStub.bat"
# Shortcut
$WshShell = New-Object -ComObject WScript.Shell