Compiler switch to use always the correct updater32.res or updater64.res

This commit is contained in:
CodehunterWorks
2018-02-23 10:28:33 +01:00
parent 25717dc222
commit e09b58d21e

View File

@ -49,7 +49,12 @@ uses
{$R ..\..\res\icon-question.RES}
{$R ..\..\res\version.RES}
{$R ..\..\res\manifest.RES}
{$R ..\..\res\updater.RES}
{$IFDEF WIN32}
{$R ..\..\res\updater32.RES}
{$ENDIF}
{$IFDEF WIN64}
{$R ..\..\res\updater64.RES}
{$ENDIF}
var
AppLanguage: String;