diff --git a/scripts/install-helper-CopySDL2.bat b/scripts/install-helper-CopySDL2.bat index 3ef7f853..3d58c24f 100644 --- a/scripts/install-helper-CopySDL2.bat +++ b/scripts/install-helper-CopySDL2.bat @@ -21,5 +21,6 @@ if "%GameSDL2_fileVersion%"=="2, 30, 50, 0" ( ) echo SDL2 version is "%GameSDL2_fileVersion%", need to replace SDL2 copy "%SolutionDir%Build\SDL2.dll" "%GameDir%\" /y +copy "%SolutionDir%Build\SDL3.dll" "%GameDir%\" /y :no_replace_sdl2 \ No newline at end of file