Ignore:
Timestamp:
Jul 20, 2018, 10:29:49 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Windows installer build script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/LazFuck.iss

    r76 r94  
    5959
    6060[Files]
    61 Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
    62 Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
     61Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
     62Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    6363Source: "{#MyAppSubDir}\Examples\*"; DestDir: "{app}\Examples"; Flags: ignoreversion
    6464;Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion
Note: See TracChangeset for help on using the changeset viewer.