Changeset 635
- Timestamp:
- Nov 12, 2024, 10:03:02 PM (31 hours ago)
- Location:
- tags/1.3.6/Install/flatpak
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.6/Install/flatpak
- Property svn:ignore
-
old new 3 3 export 4 4 shared-modules 5 repo
-
- Property svn:ignore
-
tags/1.3.6/Install/flatpak/net.zdechov.app.C-evo.yml
r634 r635 17 17 - type: svn 18 18 url: https://svn.zdechov.net/c-evo/tags/1.3.6 19 revision: r63419 revision: 634 20 20 buildsystem: simple 21 build-options: 22 arch: 23 x86_64: 24 env: 25 STDAI_ARCH: amd64 26 aarch64: 27 env: 28 STDAI_ARCH: arm64 21 29 build-commands: 22 30 - | 23 31 . /usr/lib/sdk/freepascal/enable.sh 24 32 lazbuild --build-mode=Release AI/StdAI/StdAI.lpi 25 mv AI/StdAI/libstdai.so AI/StdAI/libstdai- amd64.so33 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so 26 34 lazbuild --build-mode=Release Integrated.lpi 27 35 - install -Dm755 c-evo -t $FLATPAK_DEST/share/c-evo … … 36 44 - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png 37 45 - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png 38 - install -Dm644 AI/StdAI/libstdai- amd64.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI46 - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI 39 47 - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI 40 48 - install -Dm644 AI/StdAI/StdAI.png -t $FLATPAK_DEST/share/c-evo/AI/StdAI
Note:
See TracChangeset
for help on using the changeset viewer.