Ignore:
Timestamp:
Jan 2, 2025, 9:02:57 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Improved base directory detection.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/net.zdechov.app.xTactics.yml

    r370 r371  
    2727      - type: svn
    2828        url: https://svn.zdechov.net/xtactics/trunk
    29         revision: r370
     29        revision: r371
    3030    buildsystem: simple
    3131    build-commands:
     
    3333        . /usr/lib/sdk/freepascal/enable.sh
    3434        lazbuild --build-mode=Release --ws=qt5 xtactics.lpi
    35       - install -Dm755 xtactics -t $FLATPAK_DEST/share/xTactics
    36       - install -d $FLATPAK_DEST/bin
    37       - ln -s $FLATPAK_DEST/share/xTactics/xtactics $FLATPAK_DEST/bin/xtactics
     35      - install -Dm755 xtactics -t $FLATPAK_DEST/bin
    3836      - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications
    3937      - install -Dm644 Install/deb/xtactics.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml
    40       - install -Dm644 Images/64x64/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/64x64/apps
    4138      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages
    4239      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages
     
    4542      - install -d -m 755 $FLATPAK_DEST/share/xtactics/Images
    4643      - cp -r Images/Maps $FLATPAK_DEST/share/xtactics/Images
     44      - install -Dm644 Images/64x64/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/64x64/apps
    4745      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note: See TracChangeset for help on using the changeset viewer.