mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
8335e8df35
Follows #94254. Why have an in-repo .exe (yikes!) _and_ a Python script, glued together by a .bat, when we can do everything in one Python script? Run like: ```sh tools/bootstrap/python -m CreditsTool tgstation tgstation ``` Full usage: ``` usage: __main__.py [-h] [--output OUTPUT] [--remappings REMAPPINGS] [--icon-size ICON_SIZE] repo_owner repo [auth_token] ```
4 lines
67 B
Batchfile
4 lines
67 B
Batchfile
@echo off
|
|
call "%~dp0\..\bootstrap\python" -m CreditsTool %*
|
|
pause
|