Make xterm-update.ps1 cross platform

This commit is contained in:
Daniel Imms
2024-08-05 12:35:37 -07:00
parent 02b638ae27
commit 167081d177

View File

@@ -1 +1,2 @@
node $PSScriptRoot\xterm-update.js (Get-Location)
$scriptPath = Join-Path $PSScriptRoot "xterm-update.js"
node $scriptPath (Get-Location)