Skip to content

Commit 008d3f0

Browse files
committed
Add Croatian to installer
Fixes #465
1 parent 1c92729 commit 008d3f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Installer/setup.iss

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Source: "{#ExeDir}pl-PL\*.dll"; DestDir: "{app}\pl-PL";
9090
Source: "{#ExeDir}ru-RU\*.dll"; DestDir: "{app}\ru-RU";
9191
Source: "{#ExeDir}ko\*.dll"; DestDir: "{app}\ko";
9292
Source: "{#ExeDir}nl\*.dll"; DestDir: "{app}\nl";
93+
Source: "{#ExeDir}hr\*.dll"; DestDir: "{app}\hr";
9394

9495
Source: "{#ExeDir}Changelog.html"; DestDir: "{app}"
9596
Source: "{#ExeDir}Readme.html"; DestDir: "{app}"; DestName: "Readme.html"; Languages: en fr es it pt_br pl_pl ru_ru nl

Make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if "%~1" neq "" (
2424
set FILE_DIR=%~dp0
2525
set FRAMEWORK=netcoreapp3.1
2626
set BIN_DIR=%FILE_DIR%SoundSwitch\bin\%buildPlatform%\%FRAMEWORK%
27-
set LANGS=(fr de es nb pt-BR it-IT zh-CHS pl-PL ru-RU ko nl)
27+
set LANGS=(fr de es nb pt-BR it-IT zh-CHS pl-PL ru-RU ko nl hr)
2828

2929
set finalDir=%FILE_DIR%Final
3030

0 commit comments

Comments
 (0)