Changeset 647 for trunk/Install


Ignore:
Timestamp:
Feb 19, 2025, 9:18:32 AM (4 days ago)
Author:
chronos
Message:
  • Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory.
Location:
trunk/Install/appimage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/appimage/AppRun

    r645 r647  
    11#!/bin/bash
    2 exec $APPDIR/usr/share/c-evo/c-evo
     2exec $APPDIR/usr/bin/c-evo
  • trunk/Install/appimage/build.sh

    r645 r647  
    44mv ../../AI/StdAI/libstdai.so ../../AI/StdAI/libstdai-amd64.so
    55lazbuild --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
     6install -Dm755 ../../c-evo -t AppDir/usr/bin
    97install -Dm644 ../../Language.txt -t AppDir/usr/share/c-evo
    108install -Dm644 ../../Language2.txt -t AppDir/usr/share/c-evo
Note: See TracChangeset for help on using the changeset viewer.