Correct the wsl shell command

This commit is contained in:
Jaifroid 2023-02-13 00:21:23 +00:00
parent 9816dc42c6
commit c2ca4a952b

View File

@ -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
}