Skip to content

Commit

Permalink
Add portugese in the installer package
Browse files Browse the repository at this point in the history
see #258
  • Loading branch information
Antoine Aflalo committed May 9, 2018
1 parent 3f7e0a8 commit 1e675c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Source: "{#ExeDir}x64\fr\*.dll"; DestDir: "{app}\fr"; Check: Is64BitInstallMode
Source: "{#ExeDir}x64\de\*.dll"; DestDir: "{app}\de"; Check: Is64BitInstallMode ; Flags: 64bit
Source: "{#ExeDir}x64\es\*.dll"; DestDir: "{app}\es"; Check: Is64BitInstallMode ; Flags: 64bit
Source: "{#ExeDir}x64\nb\*.dll"; DestDir: "{app}\nb"; Check: Is64BitInstallMode ; Flags: 64bit
Source: "{#ExeDir}x64\pt-BR\*.dll"; DestDir: "{app}\pt-BR"; Check: Is64BitInstallMode ; Flags: 64bit

Source: "{#ExeDir}x86\SoundSwitch.exe.config"; DestDir: "{app}"; Check: not Is64BitInstallMode ; Flags: 32bit
Source: "{#ExeDir}x86\SoundSwitch.exe"; DestDir: "{app}"; Check: not Is64BitInstallMode ; Flags: 32bit signonce
Expand All @@ -81,7 +82,8 @@ Source: "{#ExeDir}x86\*.pdb"; DestDir: "{app}"; Check: not Is64BitInstallMode
Source: "{#ExeDir}x86\fr\*.dll"; DestDir: "{app}\fr"; Check: not Is64BitInstallMode ; Flags: 32bit
Source: "{#ExeDir}x86\de\*.dll"; DestDir: "{app}\de"; Check: not Is64BitInstallMode ; Flags: 32bit
Source: "{#ExeDir}x86\es\*.dll"; DestDir: "{app}\es"; Check: not Is64BitInstallMode ; Flags: 32bit
Source: "{#ExeDir}x86\nb\*.dll"; DestDir: "{app}\nb"; Check: Is64BitInstallMode ; Flags: 64bit
Source: "{#ExeDir}x86\nb\*.dll"; DestDir: "{app}\nb"; Check: Is64BitInstallMode ; Flags: 32bit
Source: "{#ExeDir}x86\pt-BR\*.dll"; DestDir: "{app}\pt-BR"; Check: Is64BitInstallMode ; Flags: 32bit

Source: "{#ExeDir}Changelog.html"; DestDir: "{app}"
Source: "{#ExeDir}Readme.html"; DestDir: "{app}"
Expand Down
2 changes: 1 addition & 1 deletion Make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /d "%~dp0"

SET FILE_DIR=%~dp0
SET BIN_DIR=%FILE_DIR%bin
SET LANGS=(fr de es nb)
SET LANGS=(fr de es nb pt-BR)

set finalDir=%FILE_DIR%Final
set x86Release=%finalDir%\x86
Expand Down

0 comments on commit 1e675c5

Please sign in to comment.