mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Added text codecs into Windows installer. Closes #139
- due to a missing text codecs, japanese/chinese characters were not displayed correctly
This commit is contained in:
parent
2c9837eaef
commit
b2edc69eb2
|
@ -3,7 +3,7 @@
|
|||
SetCompressor /SOLID /FINAL lzma
|
||||
|
||||
!define PRODUCT_NAME "QupZilla"
|
||||
!define /date PRODUCT_VERSION "1.1.0"
|
||||
!define /date PRODUCT_VERSION "1.1.5"
|
||||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\qupzilla.exe"
|
||||
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
||||
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
|
||||
|
@ -86,6 +86,12 @@ Section !$(TITLE_SecMain) SecMain
|
|||
File "imageformats\qtiff4.dll"
|
||||
File "imageformats\qtga4.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\codecs"
|
||||
File "codecs\qcncodecs4.dll"
|
||||
File "codecs\qjpcodecs4.dll"
|
||||
File "codecs\qkrcodecs4.dll"
|
||||
File "codecs\qtwcodecs4.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\sqldrivers"
|
||||
File "sqldrivers\qsqlite4.dll"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user