Changeset 647 for trunk/Install
- Timestamp:
- Feb 19, 2025, 9:18:32 AM (4 days ago)
- Location:
- trunk/Install/appimage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/appimage/AppRun
r645 r647 1 1 #!/bin/bash 2 exec $APPDIR/usr/ share/c-evo/c-evo2 exec $APPDIR/usr/bin/c-evo -
trunk/Install/appimage/build.sh
r645 r647 4 4 mv ../../AI/StdAI/libstdai.so ../../AI/StdAI/libstdai-amd64.so 5 5 lazbuild --build-mode=Release ../../Integrated.lpi 6 install -Dm755 ../../c-evo -t AppDir/usr/share/c-evo 7 install -d AppDir/usr/bin 8 ln -s $FLATPAK_DEST/share/c-evo/c-evo AppDir/usr/bin/c-evo 6 install -Dm755 ../../c-evo -t AppDir/usr/bin 9 7 install -Dm644 ../../Language.txt -t AppDir/usr/share/c-evo 10 8 install -Dm644 ../../Language2.txt -t AppDir/usr/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.