fix executionpolicy with pwsh

This commit is contained in:
Nathan
2025-12-19 11:33:04 -07:00
parent 658052cae4
commit 4d1b554f8f
2 changed files with 120 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ if not exist "%ps1_path%" (
)
echo Running texture organizer...
powershell -NoProfile -ExecutionPolicy Bypass -File "%ps1_path%"
pwsh -NoProfile -ExecutionPolicy Bypass -File "%ps1_path%"
set "rc=%errorlevel%"
if %rc% neq 0 (