Changeset 696 for trunk/Install/snap/snapcraft.yaml
- Timestamp:
- Aug 8, 2025, 11:31:43 AM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r694 r696 13 13 * High DPI and scaling support 14 14 * Multi monitor support 15 * In-game music15 * In-game background music 16 16 * And much more 17 17 confinement: strict 18 18 base: core22 19 19 grade: stable 20 icon: Graphics/c-evo_256x256.png20 icon: Install/common/c-evo_256x256.png 21 21 license: NLPL 22 22 … … 120 120 install -Dm644 Language2.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 121 121 install -Dm644 Fonts.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 122 install -Dm644 Install/ deb/c-evo.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications123 install -Dm644 Install/ deb/c-evo.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages124 install -Dm644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png125 install -Dm644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png126 install -Dm644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png122 install -Dm644 Install/common/c-evo.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications 123 install -Dm644 Install/common/c-evo.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 124 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png 125 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png 126 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png 127 127 install -Dm644 AI/StdAI/libstdai-$SNAPCRAFT_TARGET_ARCH.so -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 128 128 install -Dm644 AI/StdAI/StdAI.ai.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI
Note:
See TracChangeset
for help on using the changeset viewer.