Ignore:
Timestamp:
Jan 20, 2025, 12:57:50 AM (2 days ago)
Author:
chronos
Message:
  • Fixed: Detect relative Linux share application path.
  • Fixed: Package install scripts.
Location:
trunk/Install/flatpak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak

    • Property svn:ignore set to
      .flatpak-builder
      build
  • trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.yml

    r224 r225  
    2727      - type: svn
    2828        url: https://svn.zdechov.net/AcronymDecoder/trunk
    29         revision: r224
     29        revision: r225
    3030    buildsystem: simple
    3131    build-commands:
     
    3333        . /usr/lib/sdk/freepascal/enable.sh
    3434        lazbuild --build-mode=Release --ws=qt5 AcronymDecoder.lpi
    35       - install -Dm755 AcronymDecoder -t $FLATPAK_DEST/bin/AcronymDecoder
     35      - install -Dm755 AcronymDecoder -t $FLATPAK_DEST/bin
    3636      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/AcronymDecoder/Languages
    3737      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/AcronymDecoder/Languages
    38       - install -Dm644 Install/shared/acronym-decoder.xml -D $FLATPAK_DEST/share/mime/packages
     38      - install -Dm644 Install/shared/acronym-decoder.xml -t $FLATPAK_DEST/share/mime/packages
    3939      - install -Dm644 Install/shared/AcronymDecoder.desktop -t $FLATPAK_DEST/share/applications
    4040      - install -Dm644 Images/AcronymDecoder.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
Note: See TracChangeset for help on using the changeset viewer.