Make xterm-update.ps1 cross platform

pull/224883/head
Daniel Imms 2024-08-05 12:35:37 -07:00
parent 02b638ae27
commit 167081d177
No known key found for this signature in database
GPG Key ID: 5F0FF45B19E3A5D2
1 changed files with 2 additions and 1 deletions

View File

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