Changeset 98


Ignore:
Timestamp:
May 20, 2024, 8:22:13 AM (4 months ago)
Author:
chronos
Message:
  • Fixed: Pack audio files for Windows version.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Engine.pas

    r95 r98  
    15991599    Pen.Style := psSolid;
    16001600    Font.Color := clGreen;
    1601     Font.Size := Scale(20);
     1601    Font.Size := Scale(14);
    16021602    Text := SPressEsc;
    16031603    TextOut((Bitmap.Width - TextWidth(Text)) div 2, Bitmap.Height div 10 * 9, Text);
  • trunk/Install/win/Tunneler.iss

    r89 r98  
    5959Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
    6060Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
     61Source: "{#MyAppSubDir}\Audio\*.*"; DestDir: "{app}\Audio"; Flags: ignoreversion
    6162Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    6263Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion
Note: See TracChangeset for help on using the changeset viewer.