Files
TuxDMX-WebUI/scripts/sync-windows-deploy.cmd
thomas 1f110866f5
CI / backend (pull_request) Canceled after 0s
CI / shell (pull_request) Canceled after 0s
CI / frontend (pull_request) Canceled after 0s
CI / arm64-smoke (pull_request) Canceled after 0s
CI / backend (push) Canceled after 0s
CI / shell (push) Canceled after 0s
CI / frontend (push) Canceled after 0s
CI / arm64-smoke (push) Canceled after 0s
Update docs and screenshots
2026-07-25 10:26:29 +02:00

5 lines
114 B
Batchfile

@echo off
setlocal
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0sync-windows-deploy.ps1" %*
endlocal