From ddb3b6fba74be5d075fb811e1bb30427aeb56626 Mon Sep 17 00:00:00 2001 From: SupSuper Date: Wed, 19 Dec 2018 04:13:49 +0000 Subject: MSVC: Fix resource file not including translations.dat --- devtools/create_project/scripts/postbuild.cmd | 1 - 1 file changed, 1 deletion(-) (limited to 'devtools/create_project/scripts') diff --git a/devtools/create_project/scripts/postbuild.cmd b/devtools/create_project/scripts/postbuild.cmd index 31d2a94416..e30d662eb7 100644 --- a/devtools/create_project/scripts/postbuild.cmd +++ b/devtools/create_project/scripts/postbuild.cmd @@ -27,7 +27,6 @@ xcopy /F /Y "%~4/lib/%~3/SDL.dll" "%~2" 1>NUL 2>&1 xcopy /F /Y "%~4/lib/%~3/freetype6.dll" "%~2" 1>NUL 2>&1 xcopy /F /Y "%~1/backends/vkeybd/packs/vkeybd_default.zip" "%~2" 1>NUL 2>&1 xcopy /F /Y "%~1/backends/vkeybd/packs/vkeybd_small.zip" "%~2" 1>NUL 2>&1 -xcopy /F /Y "%~1/gui/themes/translations.dat" "%~2" 1>NUL 2>&1 if "%~5"=="0" goto done -- cgit v1.2.3