Changeset 696 for trunk/Install/flatpak
- Timestamp:
- Aug 8, 2025, 11:31:43 AM (22 hours ago)
- Location:
- trunk/Install/flatpak
- Files:
-
- 1 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/net.zdechov.app.C-evo.yml
r695 r696 6 6 - org.freedesktop.Sdk.Extension.freepascal 7 7 command: c-evo 8 rename-icon: c-evo 9 rename-desktop-file: c-evo.desktop 8 10 finish-args: 9 11 - --socket=x11 … … 55 57 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo 56 58 - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo 57 - install -Dm644 Install/ flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications58 - install -Dm644 Install/ deb/c-evo.xml -t $FLATPAK_DEST/share/mime/packages59 - install -Dm644 Graphics/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png60 - install -Dm644 Graphics/c-evo_256x256.png -t$FLATPAK_DEST/share/pixmaps/application-cevo.png61 - install -Dm644 Graphics/c-evo_256x256.png -t$FLATPAK_DEST/share/pixmaps/application-cevomap.png59 - install -Dm644 Install/common/c-evo.desktop -t $FLATPAK_DEST/share/applications 60 - install -Dm644 Install/common/c-evo.xml -t $FLATPAK_DEST/share/mime/packages 61 - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/c-evo.png 62 - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/pixmaps/application-cevo.png 63 - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/pixmaps/application-cevomap.png 62 64 - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI 63 65 - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI 64 66 - install -Dm644 AI/StdAI/StdAI.png -t $FLATPAK_DEST/share/c-evo/AI/StdAI 65 - install -Dm644 Install/flatpak/${FLATPAK_ID}. appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml67 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo 66 68 - cp -r Graphics $FLATPAK_DEST/share/c-evo 67 69 - cp -r Help $FLATPAK_DEST/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.