Changeset 190 for tags/1.5.0/Core.pas


Ignore:
Timestamp:
Nov 21, 2024, 11:18:08 PM (3 months ago)
Author:
chronos
Message:
  • Modified: Updated snap and flatpak files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.5.0/Core.pas

    r181 r190  
    476476{$ENDIF}
    477477begin
    478   ProfilePhotoFileName := 'Images/Profile.png';
     478  ProfilePhotoFileName := ExtractFilePath(ParamStr(0)) + DirectorySeparator +
     479    'Images' + DirectorySeparator + 'Profile.png';
    479480  {$IFDEF UNIX}
    480481  // If installed in Linux system then use installation directory for po files
Note: See TracChangeset for help on using the changeset viewer.