Update compile.bat for new LICENSE name

This commit is contained in:
R-YaTian 2023-04-19 14:52:51 +08:00 committed by GitHub
parent fa4554b0bc
commit 911699bd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ COPY "%cd%\Plugins\3DModels\OpenTK.GLControl.dll" "%build_dir%\" > nul || (EXIT
REM Copy license and changelog
ECHO Copying license and changelog
COPY "%cd%\changelog.txt" "%build_dir%\" > nul || (EXIT /B 1)
COPY "%cd%\Licence.txt" "%build_dir%\" > nul || (EXIT /B 1)
COPY "%cd%\LICENSE" "%build_dir%\" > nul || (EXIT /B 1)
COPY "%cd%\Tinke\app.config" "%build_dir%\Tinke.exe.config" > nul || (EXIT /B 1)
REM Delete debug files