mirror of
https://github.com/tnodir/fort
synced 2024-11-14 22:05:12 +00:00
Installer: Add "qt.conf" to use GDI font engine
This commit is contained in:
parent
e053b19ac7
commit
1b24736132
@ -66,6 +66,7 @@ Name: "portable"; Description: "{cm:Portable}"; Flags: unchecked
|
||||
[Files]
|
||||
Source: "build\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "{#APP_EXE_NAME}.example.ini"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "qt.conf"; DestDir: "{app}"; Flags: ignoreversion
|
||||
|
||||
[Dirs]
|
||||
Name: "{app}\Data"; Flags: uninsneveruninstall; Permissions: users-modify; Tasks: portable
|
||||
@ -105,10 +106,10 @@ Filename: "{app}\driver\scripts\uninstall.bat"; RunOnceId: "UninsDriver"
|
||||
Type: filesandordirs; Name: "{app}\driver"
|
||||
Type: filesandordirs; Name: "{app}\i18n"
|
||||
Type: files; Name: "{app}\README*.*"
|
||||
Type: files; Name: "{app}\qt*.*"
|
||||
; TODO: COMPAT: Remove the following 4 lines after v4.1.0
|
||||
Type: filesandordirs; Name: "{app}\plugins"
|
||||
Type: files; Name: "{app}\curl*.*"
|
||||
Type: files; Name: "{app}\qt*.*"
|
||||
Type: files; Name: "{app}\ChangeLog"
|
||||
|
||||
[Registry]
|
||||
|
@ -3,12 +3,12 @@
|
||||
"${TARGET}": {
|
||||
"fort": [
|
||||
"${BUILD}-${CONFIG}/ui_bin/FortFirewall.exe",
|
||||
"${ROOT}/src/ui/i18n | *.qm |"
|
||||
"${ROOT}/src/ui/i18n | *.qm |"
|
||||
]
|
||||
},
|
||||
"${TARGET}/driver": {
|
||||
"scripts": [
|
||||
"${ROOT}/src/driver/scripts | *.bat *.lnk |"
|
||||
"${ROOT}/src/driver/scripts | *.bat *.lnk |"
|
||||
]
|
||||
},
|
||||
"${TARGET}/driver/x86 | win7": {
|
||||
|
2
deploy/qt.conf
Normal file
2
deploy/qt.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Platforms]
|
||||
WindowsArguments = fontengine=gdi
|
Loading…
Reference in New Issue
Block a user