diff --git a/package/winx86/openpilotgcs.nsi b/package/winx86/openpilotgcs.nsi index c0ffdb797..a101631e0 100644 --- a/package/winx86/openpilotgcs.nsi +++ b/package/winx86/openpilotgcs.nsi @@ -219,7 +219,7 @@ SectionEnd ; Disabled until GCS source is stable and properly localized Section "-Localization" InSecLocalization SetOutPath "$INSTDIR\share\openpilotgcs\translations" -; File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\openpilotgcs_*.qm" + File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\openpilotgcs_*.qm" File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\qt_*.qm" SectionEnd