mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
5 lines
119 B
Batchfile
5 lines
119 B
Batchfile
|
|
@echo off
|
||
|
|
setlocal
|
||
|
|
set ELECTRON_RUN_AS_NODE=1
|
||
|
|
call "%~dp0..\..\Hyper.exe" "%~dp0..\..\resources\bin\cli.js" %*
|
||
|
|
endlocal
|