MERGE: First draft of POSIX-compliant installer and initial commit for .gitignore #10

Closed
saru wants to merge 87 commits from untested into main
Showing only changes of commit dbfebf161c - Show all commits

View File

@ -19,18 +19,18 @@ echo Updating Mods...
Compressing and backing up existing mods...
tar -czf mods-backup-%cusdate%.tar.gz mods/
tar -czf %root%/mods-backup-%cusdate%.tar.gz %modfolder%
@timeout /t 2 >nul 2>&1
Deleting existing mods...
echo Deleting existing mods...
@RD /S /Q mods
@MD mods
@timeout /t 2 >nul 2>&1
tar -xvzf mods.tar.gz -C %modfolder%
tar -xvzf %root%/mods.tar.gz -C %modfolder%
echo Sigma!
echo All done.
@timeout /t 10 >nul 2>&1
exit
exit