Changeset 98
- Timestamp:
- May 20, 2024, 8:22:13 AM (6 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Engine.pas
r95 r98 1599 1599 Pen.Style := psSolid; 1600 1600 Font.Color := clGreen; 1601 Font.Size := Scale( 20);1601 Font.Size := Scale(14); 1602 1602 Text := SPressEsc; 1603 1603 TextOut((Bitmap.Width - TextWidth(Text)) div 2, Bitmap.Height div 10 * 9, Text); -
trunk/Install/win/Tunneler.iss
r89 r98 59 59 Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 60 60 Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 61 Source: "{#MyAppSubDir}\Audio\*.*"; DestDir: "{app}\Audio"; Flags: ignoreversion 61 62 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 62 63 Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion
Note:
See TracChangeset
for help on using the changeset viewer.