Make xterm-update.ps1 cross platform
parent
02b638ae27
commit
167081d177
|
@ -1 +1,2 @@
|
|||
node $PSScriptRoot\xterm-update.js (Get-Location)
|
||||
$scriptPath = Join-Path $PSScriptRoot "xterm-update.js"
|
||||
node $scriptPath (Get-Location)
|
||||
|
|
Loading…
Reference in New Issue