mirror of
https://github.com/DevL0rd/SkyNX
synced 2024-11-23 11:33:05 +00:00
5 lines
No EOL
93 B
Batchfile
5 lines
No EOL
93 B
Batchfile
@echo off
|
|
Title Building...
|
|
Echo Building...
|
|
nexe main.js -o "./NxStreamingService.exe"
|
|
pause |