Add .py file extension to Python

This commit is contained in:
Margen67
2025-07-28 23:54:52 -07:00
parent 03c0e70f8b
commit 4a5f63650d
14 changed files with 31 additions and 31 deletions

6
xb.bat
View File

@@ -1,5 +1,5 @@
@ECHO OFF
REM Copyright 2022 Ben Vanik. All Rights Reserved.
REM Copyright 2025 Ben Vanik. All Rights Reserved.
SET "DIR=%~dp0"
@@ -17,10 +17,10 @@ IF %_RESULT% NEQ 0 (
REM ============================================================================
REM Trampoline into xenia-build
REM Trampoline into xenia-build.py
REM ============================================================================
"%PYTHON_EXE%" "%DIR%\xenia-build" %*
"%PYTHON_EXE%" "%DIR%\xenia-build.py" %*
EXIT /b %ERRORLEVEL%