File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ Source: "{#ExeDir}pl-PL\*.dll"; DestDir: "{app}\pl-PL";
90
90
Source : " {#ExeDir}ru-RU\*.dll" ; DestDir : " {app} \ru-RU" ;
91
91
Source : " {#ExeDir}ko\*.dll" ; DestDir : " {app} \ko" ;
92
92
Source : " {#ExeDir}nl\*.dll" ; DestDir : " {app} \nl" ;
93
+ Source : " {#ExeDir}hr\*.dll" ; DestDir : " {app} \hr" ;
93
94
94
95
Source : " {#ExeDir}Changelog.html" ; DestDir : " {app} "
95
96
Source : " {#ExeDir}Readme.html" ; DestDir : " {app} " ; DestName : " Readme.html" ; Languages : en fr es it pt_br pl_pl ru_ru nl
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if "%~1" neq "" (
24
24
set FILE_DIR = %~dp0
25
25
set FRAMEWORK = netcoreapp3.1
26
26
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 )
28
28
29
29
set finalDir = %FILE_DIR% Final
30
30
You can’t perform that action at this time.
0 commit comments