2022-04-03 21:53:48 +00:00
|
|
|
@echo off
|
2022-04-03 22:36:21 +00:00
|
|
|
if exist deps\ (
|
|
|
|
echo Dependencies found
|
|
|
|
) else (
|
|
|
|
echo Dependencies not found
|
|
|
|
echo Installing dependencies...
|
|
|
|
timeout /t 1 /nobreak > NUL
|
|
|
|
call install_discordia.bat
|
|
|
|
)
|
|
|
|
.\exes\luvit .\src\main.lua
|