fix executionpolicy with pwsh
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user