mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2026-02-04 05:21:16 +01:00
improved generate_credits.bat
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
setlocal EnableDelayedExpansion
|
||||
cd /d "%~dp0"
|
||||
|
||||
set "CREDITS_FILE=CREDITS.md"
|
||||
set "ROOT=%cd%"
|
||||
set "CREDITS_FILE=%ROOT%\CREDITS.md"
|
||||
|
||||
if exist "%CREDITS_FILE%" (
|
||||
del /f /s /q "%CREDITS_FILE%"
|
||||
|
||||
Reference in New Issue
Block a user