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/snap/snapcraft.yaml

    r372 r375  
    5050      snapcraftctl build
    5151      lazbuild --build-mode=Release xtactics.lpi
    52       install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/bin
    53       install -s -m 755 xtactics $SNAPCRAFT_PART_INSTALL/usr/bin/xtactics
    54       install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
    55       install -Dm644 Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
    56       install -Dm644 Packages/Common/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
    57       install -Dm644 Packages/CoolStreaming/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
     52      install -Dm755 xtactics -t $SNAPCRAFT_PART_INSTALL/usr/bin/xtactics
     53      install -Dm644 Languages/*.po -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
     54      install -Dm644 Packages/Common/Languages/*.po -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
     55      install -Dm644 Packages/CoolStreaming/Languages/*.po -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages
     56      install -Dm644 Images/Maps/*.png -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Images/Maps
     57      install -Dm644 Systems/*.xts -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Systems
    5858      install -Dm644 Install/deb/xtactics.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications
    5959      install -Dm644 Install/deb/xtactics.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages
    6060      install -Dm644 Images/128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
    61       install -Dm644 Images/128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png
    62       install -Dm644 Images/128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png
    63       cp -r Systems $SNAPCRAFT_PART_INSTALL/usr/share/xtactics
    64       install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Images
    65       cp -r Images/Maps $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Images
     61      install -Dm644 Images/128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png
     62      install -Dm644 Images/128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png
    6663    after:
    6764    - desktop-gtk2
Note: See TracChangeset for help on using the changeset viewer.