Skip to content

Commit

Permalink
add option to switch to numberless version
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Apr 21, 2024
1 parent f1f8cd1 commit a5c7804
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ echo Cleaning up...
del /q temp.zip
rd /s /q temp

echo Done!
set /p answer= Switch to the numberless version (yes/no):

if /i "%answer%"=="yes" (
ren "%LOCALAPPDATA%\TslGame\Saved\Observer\TeamIcon" "TeamIcon-number" 2>nul
ren "%LOCALAPPDATA%\TslGame\Saved\Observer\TeamIcon-numberless" "TeamIcon" 2>nul
)

echo Done!

echo Opening "%LOCALAPPDATA%\TslGame\Saved\Observer\" in Explorer...
start "" "%LOCALAPPDATA%\TslGame\Saved\Observer\"

pause

0 comments on commit a5c7804

Please sign in to comment.