hyper/build/win/hyper.cmd

5 lines
119 B
Batchfile
Raw Normal View History

@echo off
setlocal
set ELECTRON_RUN_AS_NODE=1
call "%~dp0..\..\Hyper.exe" "%~dp0..\..\resources\bin\cli.js" %*
endlocal