Files
autodoc/scripts/package-windows.ps1
Iisyourdad 3da4239338
Template tests / tests (push) Failing after 6s
Add getting started guide and Windows packaging
2026-06-10 18:48:27 -05:00

6 lines
151 B
PowerShell

$ErrorActionPreference = 'Stop'
$Root = Split-Path -Parent $PSScriptRoot
node (Join-Path $Root 'scripts/package-windows.js') @args
exit $LASTEXITCODE