auto install shit dependenceicsis

This commit is contained in:
tommy aka doge 2022-04-03 18:36:21 -04:00
parent 5d20986e54
commit 9126a2a841
7 changed files with 16 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
discordia.log
gateway.json
apikey.lua
token.lua
restart.txt
deps

BIN
README.md

Binary file not shown.

BIN
exes/lit.exe Normal file

Binary file not shown.

BIN
exes/luvi.exe Normal file

Binary file not shown.

BIN
exes/luvit.exe Normal file

Binary file not shown.

1
install_discordia.bat Normal file
View File

@ -0,0 +1 @@
.\exes\lit.exe install SinisterRectus/discordia

View File

@ -1,2 +1,10 @@
@echo off
luvit src/main.lua
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