diff --git a/bootstrap.lnk b/bootstrap.lnk deleted file mode 100644 index 4d66e3c..0000000 Binary files a/bootstrap.lnk and /dev/null differ diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 93aacbe..3a018c5 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -14,7 +14,10 @@ if (Get-Command "./python/python.exe" -ErrorAction SilentlyContinue) { Remove-Item -Recurse -ErrorAction:Stop "./python" } - tar -xf ./python.zip + mkdir python + Push-Location python + tar -xf ../python.zip + Pop-Location python } ./python/python.exe $run_path/main.py $run_path