Changeset 188


Ignore:
Timestamp:
Nov 21, 2024, 10:17:36 PM (17 hours ago)
Author:
chronos
Message:
  • Fixed: Improved Profile.png path detection.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r181 r188  
    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
  • trunk/Install/flatpak/net.zdechov.app.vCardStudio.yml

    r187 r188  
    2525      - type: svn
    2626        url: https://svn.zdechov.net/vcard-studio/trunk
    27         revision: r187
     27        revision: r188
    2828    buildsystem: simple
    2929    build-commands:
     
    3636      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    3737      - install -Dm644 "Images/vCard Studio.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    38       - install -Dm644 Images/Profile.png -t $FLATPAK_DEST/share/vCardStudio/Images/Profile.png
     38      - install -Dm644 Images/Profile.png -t $FLATPAK_DEST/share/vCardStudio/Images
    3939      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
    4040      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
Note: See TracChangeset for help on using the changeset viewer.