We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd94b2 + 5aa320e commit bb8f1ffCopy full SHA for bb8f1ff
1 file changed
builds/install/arch-specific/win32/BuildExecutableInstall.bat
@@ -193,7 +193,7 @@ if "%FB2_SNAPSHOT%"=="1" (
193
echo Processing version strings in %%f
194
%SED_COMMAND% %%f > %FB_GEN_DIR%\readmes\%%f
195
)
196
-@for %%d in (ba cz de es fr hu it pl pt ru si ) do (
+@for %%d in (ba cz de es fr hu it pl pt ru si ja ) do (
197
if not exist %FB_GEN_DIR%\readmes\%%d ( mkdir %FB_GEN_DIR%\readmes\%%d )
198
for %%f in ( %%d\*.txt ) do (
199
0 commit comments