Skip to content

Commit

Permalink
fix setup for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Jan 4, 2017
1 parent bcd95ab commit 466e452
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install/win32/FlameRobinSetup.iss
Expand Up @@ -93,15 +93,13 @@ Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription
[Files]
#ifdef DEBUG
#ifdef X64VERSION
Source: ..\..\vcud_amd64\flamerobin.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode
Source: ..\..\vcud_amd64\flamerobin.exe.manifest; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode
Source: ..\..\vcud\flamerobin.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode
#else
Source: ..\..\vcud\flamerobin.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode
#endif
#else
#ifdef X64VERSION
Source: ..\..\vcu_amd64\flamerobin.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode
Source: ..\..\vcu_amd64\flamerobin.exe.manifest; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode
Source: ..\..\vcu\flamerobin.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode
#else
Source: ..\..\vcu\flamerobin.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode
#endif
Expand Down

0 comments on commit 466e452

Please sign in to comment.