Ignore:
Timestamp:
Nov 12, 2024, 8:32:27 AM (3 days ago)
Author:
chronos
Message:
  • Modified: Improved flatpak files.
Location:
trunk/Install/flatpak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak

    • Property svn:ignore
      •  

        old new  
        33export
        44shared-modules
         5repo
  • trunk/Install/flatpak/net.zdechov.app.C_evo.yml

    r631 r632  
    1717      - type: svn
    1818        url: https://svn.zdechov.net/c-evo/trunk
    19         revision: r630
     19        revision: r632
    2020    buildsystem: simple
    2121    build-commands:
     
    3131      - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
    3232      - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo
    33       - install -Dm755 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
     33      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    3434      - install -Dm644 Install/deb/c-evo.xml -t $FLATPAK_DEST/share/mime/packages
    35       - install -Dm644 Graphics/c-evo_64x64.png -t $FLATPAK_DEST/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.png
    36       - install -Dm644 Graphics/c-evo_64x64.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png
    37       - install -Dm644 Graphics/c-evo_64x64.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png
     35      - install -Dm644 Graphics/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     36      - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png
     37      - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png
    3838      - install -Dm644 AI/StdAI/libstdai-amd64.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    3939      - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI
Note: See TracChangeset for help on using the changeset viewer.