auto install shit dependenceicsis
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
discordia.log
|
||||
gateway.json
|
||||
apikey.lua
|
||||
token.lua
|
||||
restart.txt
|
||||
deps
|
BIN
README.md
BIN
README.md
Binary file not shown.
BIN
exes/lit.exe
Normal file
BIN
exes/lit.exe
Normal file
Binary file not shown.
BIN
exes/luvi.exe
Normal file
BIN
exes/luvi.exe
Normal file
Binary file not shown.
BIN
exes/luvit.exe
Normal file
BIN
exes/luvit.exe
Normal file
Binary file not shown.
1
install_discordia.bat
Normal file
1
install_discordia.bat
Normal file
@ -0,0 +1 @@
|
||||
.\exes\lit.exe install SinisterRectus/discordia
|
10
start.bat
10
start.bat
@ -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
|
Reference in New Issue
Block a user