Changes between Version 66 and Version 67 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Aug 31, 2022, 4:10:00 PM (21 months ago)
Author:
Andy Alt
Comment:

appimage:fix path in script

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v66 v67  
    171171fi
    172172
    173 if [ ! -r "${ABS_PATH_SRC_ROOT}/binaries/source/main.cpp" ]; then
     173if [ ! -r "${ABS_PATH_SRC_ROOT}/source/main.cpp" ]; then
    174174  echo "set the source root!"
    175175  exit 1