Ignore:
Timestamp:
Jan 3, 2025, 2:43:39 PM (5 days ago)
Author:
chronos
Message:
  • Fixed: Default generated game system was not playable as units were not able to move.
  • Fixed: Wrong game data directories detection.
File:
1 edited

Legend:

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

    r374 r375  
    2727      - type: svn
    2828        url: https://svn.zdechov.net/xtactics/trunk
    29         revision: r374
     29        revision: r375
    3030    buildsystem: simple
    3131    build-commands:
     
    3434        lazbuild --build-mode=Release --ws=qt5 xtactics.lpi
    3535      - install -Dm755 xtactics -t $FLATPAK_DEST/bin
    36       - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications
    37       - install -Dm644 Install/deb/xtactics.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml
    3836      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages
    3937      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages
    4038      - install -Dm644 Packages/CoolStreaming/Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages
    41       - cp -r Systems $FLATPAK_DEST/share/xtactics
    42       - install -d -m 755 $FLATPAK_DEST/share/xtactics/Images
    43       - cp -r Images/Maps $FLATPAK_DEST/share/xtactics/Images
     39      - install -Dm644 Images/Maps/*.png -t $FLATPAK_DEST/share/xtactics/Images/Maps
     40      - install -Dm644 Systems/*.xts -t $FLATPAK_DEST/share/xtactics/Systems
     41      - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications
     42      - install -Dm644 Install/deb/xtactics.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml
    4443      - install -Dm644 Images/128x128/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/128x128/apps
     44      - install -Dm644 Images/128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xtg.png
     45      - install -Dm644 Images/128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xts.png
    4546      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note: See TracChangeset for help on using the changeset viewer.