mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Correct the wsl shell command
This commit is contained in:
parent
9816dc42c6
commit
c2ca4a952b
@ -166,7 +166,7 @@ if ($electronbuild -eq "local" -and (-not $portableonly)) {
|
||||
cd $repo_dir
|
||||
rm -r $base_dir/linux-unpacked
|
||||
rm -r $base_dir/linux-ia32-unpacked
|
||||
wsl sh -c "npm run dist-linux"
|
||||
wsl bash -ic "npm run dist-linux"
|
||||
# Alternatively build with docker
|
||||
# docker $build_command
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user