mirror of
https://github.com/DevL0rd/SkyNX
synced 2025-02-17 01:38:24 +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 |