Changeset 95 for trunk/UCore.pas


Ignore:
Timestamp:
Dec 21, 2014, 3:42:54 PM (10 years ago)
Author:
chronos
Message:
  • Added: Simple script to build linux deb package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r94 r95  
    333333  I: Integer;
    334334begin
     335  {$IFDEF Linux}
     336  // If installed in Linux system then use installation directory for po files
     337  if Application.ExeName = '/usr/bin/xtactics' then
     338    CoolTranslator1.POFilesFolder := '/usr/share/xtactics/languages';
     339  {$ENDIF}
    335340  FInitialized := True;
    336341  LoadConfig;
Note: See TracChangeset for help on using the changeset viewer.