fpPS4-Temmie-s-Launcher/update.bat
2024-04-12 15:33:13 -03:00

11 lines
230 B
Batchfile

@echo off
cls
title Updating fpPS4 Temmie's Launcher - Please Wait...
echo.
echo Updating fpPS4 Temmie's Launcher - Please wait
echo IMPORTANT: Make sure to have Git installed on your OS!
echo.
git reset --hard
git pull
pause
exit