From 8966dcd73738d3dd8c626d23497a3ae4f4ae73f1 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Wed, 17 Aug 2022 21:59:42 +0100 Subject: [PATCH] Windows: Install openxr_loader.dll Add openxr_loader.dll to the list of 3rd party DLLs that need installing. The OpenXR loader is now included in windows-3rd-party, allowing VR support to be enabled, which requires this file. --- FlightGear-files.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/FlightGear-files.iss b/FlightGear-files.iss index e9baca4..feee869 100644 --- a/FlightGear-files.iss +++ b/FlightGear-files.iss @@ -12,6 +12,7 @@ Source: "{#ThirdPartyDir}\3rdParty.x64\bin\crashpad_handler.exe"; DestDir: "{app Source: "{#ThirdPartyDir}\3rdParty.x64\bin\dbus-1-3.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#ThirdPartyDir}\3rdParty.x64\bin\event_core.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#ThirdPartyDir}\3rdParty.x64\bin\liblzma.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode +Source: "{#ThirdPartyDir}\3rdParty.x64\bin\openxr_loader.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode ; Include the base package #if IncludeData == "TRUE"