Files
RoxyandGitHub 9cc1979b95 Update CreditsTool (#94254)
## About The Pull Request

I was gonna make a PR to delete this then I realized the code for it is
still in game the script just doesn't work anymore so I made it work for
a laugh

EDIT: okay i got a little invested and cleaned up how it looks a bit too

## Why It's Good For The Game

https://files.catbox.moe/9pwdr4.mp4
Everyone Is Here

## Changelog

N/A
2025-12-08 17:26:48 -08:00

9 lines
266 B
Batchfile

@echo off
REM If you hit github's rate limit, add a 3rd parameter here that is a github personal access token
CreditsTool.exe tgstation tgstation
del "%~dp0\..\..\config\contributors.dmi"
call "%~dp0\..\bootstrap\python" credits.py %*
rmdir /s /q credit_pngs
pause