From c4af97e4f7821961dc56cdd49367b1d1c154a388 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Tue, 21 Feb 2017 15:21:58 +0100 Subject: [PATCH] Disable fgpanel for windows due to missing glew dependency --- FlightGear.iss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FlightGear.iss b/FlightGear.iss index af7033b..55efc14 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -111,7 +111,9 @@ Source: "{#VCInstallDir}\redist\x64\Microsoft.VC140.CRT\*.dll"; DestDir: "{app}\ ; 32/64 bits install ;NOTE: FGPanel has no 64 bits equivalent, so we are using the 32 bits binary for 32&64 bits OS -Source: "{#InstallDir32}\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion +;Torsten 2017-02-21: currently no FGPanel due to missing glew dependency +;Source: "{#InstallDir32}\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion + ; Include the base package #if IncludeData == "TRUE"