Add PowerShell wrapper
Some checks failed
Builds / XTchain (full, linux) (push) Has started running
Builds / XTchain (full, windows) (push) Has started running
Builds / XTchain (minimal, linux) (push) Has been cancelled
Builds / XTchain (minimal, windows) (push) Has been cancelled

This commit is contained in:
Aiken Harris 2025-07-16 22:32:48 +02:00 committed by CodingWorkshop Signing Team
parent d5595e2a7f
commit 17fb344798
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

2
scripts/xtchain.cmd Normal file
View File

@ -0,0 +1,2 @@
@echo off
powershell.exe -ExecutionPolicy Bypass -NoExit -File "%~dp0xtchain.ps1"