Fix main.py paths

This commit is contained in:
Michael Pfaff 2022-06-09 14:16:40 -04:00
parent cf44a811a0
commit 978517c53d
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ IF EXIST .\python\python.exe (
tar -xf .\python.zip
)
.\python\python.exe main.py _RunPath
.\python\python.exe %_RunPath%\main.py _RunPath

View File

@ -17,4 +17,4 @@ if (Get-Command "./python/python.exe" -ErrorAction SilentlyContinue) {
tar -xf ./python.zip
}
./python/python.exe main.py $run_path
./python/python.exe $run_path/main.py $run_path