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

2
xb.ps1
View File

@@ -12,4 +12,4 @@ if (!$pythonPath) {
Throw "ERROR: Python 3.9+ 64-bit must be installed and on PATH:`nhttps://www.python.org/"
}
& $pythonPath "$($PSScriptRoot)/xenia-build" $args
& $pythonPath "$($PSScriptRoot)/xenia-build.py" $args