mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-04 06:35:32 +02:00
improved generate_credits.bat
This commit is contained in:
parent
c302fa2638
commit
a75ba5c9bd
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue