mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
improved generate_credits.bat
This commit is contained in:
parent
c302fa2638
commit
a75ba5c9bd
@ -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%"
|
||||
|
Loading…
Reference in New Issue
Block a user