From 978517c53d7d974bf44f0918a226343413da1685 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Thu, 9 Jun 2022 14:16:40 -0400 Subject: [PATCH] Fix main.py paths --- bootstrap.bat | 2 +- bootstrap.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.bat b/bootstrap.bat index 66094e2..852559d 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -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 diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 18c1642..2645331 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -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