Ignore:
Timestamp:
Jun 7, 2024, 10:23:06 PM (3 months ago)
Author:
chronos
Message:
  • Modified: Update packaging files.
File:
1 edited

Legend:

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

    r92 r96  
    55sdk-extensions:
    66  - org.freedesktop.Sdk.Extension.freepascal
    7 command: x2048
     7command: Game2048
    88finish-args:
    99  - --share=ipc
     
    2626      - type: svn
    2727        url: https://svn.zdechov.net/2048/trunk
    28         revision: r91
     28        revision: r95
    2929    buildsystem: simple
    3030    build-commands:
     
    3636      - ln -s $FLATPAK_DEST/share/Game2048/Game2048 $FLATPAK_DEST/bin/Game2048
    3737      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    38       - install -Dm644 Images/Logo%20256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     38      - install -Dm644 "Images/Logo 256x256.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    3939      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Game2048/Languages
    4040      - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
Note: See TracChangeset for help on using the changeset viewer.