I give up on the lnk

This commit is contained in:
Michael Pfaff 2022-06-09 15:12:25 -04:00
parent 10057b877d
commit e582f6149a
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

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