mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Fix our Win32 nightly builds
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<Directory Id="translations" Name="translations">
|
||||
|
||||
<!-- These files are not present in Qt 5.12, used by our 64-bit nightly builds. -->
|
||||
<?if $(sys.BUILDARCH)="x32"?>
|
||||
<?if $(sys.BUILDARCH)!="x64"?>
|
||||
<Component><File Source="$(var.QtPath)\translations\qtquick1_cs.qm" /></Component>
|
||||
<Component><File Source="$(var.QtPath)\translations\qtquick1_en.qm" /></Component>
|
||||
<Component><File Source="$(var.QtPath)\translations\qtquick1_fr.qm" /></Component>
|
||||
|
||||
Reference in New Issue
Block a user