Disable fgpanel for windows due to missing glew dependency
This commit is contained in:
parent
7431c6253f
commit
c4af97e4f7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user