mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
## 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
9 lines
266 B
Batchfile
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
|