Skip to content

Commit bf53c16

Browse files
update installer.
1 parent 8a2750d commit bf53c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer/treefrog-setup/treefrog-setup/MainForm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ namespace treefrogsetup {
374374
}
375375

376376
// Get msi file from resource
377-
int rcid = IDR_TREEFROG_QT54_MSI;
378-
if (version->IndexOf("Qt version 5.3", StringComparison::OrdinalIgnoreCase) > 0) {
379-
rcid = IDR_TREEFROG_QT53_MSI;
377+
int rcid = IDR_TREEFROG_QT55_MSI;
378+
if (version->IndexOf("Qt version 5.4", StringComparison::OrdinalIgnoreCase) > 0) {
379+
rcid = IDR_TREEFROG_QT54_MSI;
380380
}
381381

382382
System::Reflection::Module^ mod = System::Reflection::Assembly::GetExecutingAssembly()->GetModules()[0];

0 commit comments

Comments
 (0)