From 8e037e6f34ae327fa8666dae27c7db4519389479 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Wed, 5 Jul 2023 17:10:43 +0200 Subject: [PATCH] better wording in appimage build script --- tools/build/AppImage/build-with-conda.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/build/AppImage/build-with-conda.sh b/tools/build/AppImage/build-with-conda.sh index 42ad4503b1..3a0e37decb 100755 --- a/tools/build/AppImage/build-with-conda.sh +++ b/tools/build/AppImage/build-with-conda.sh @@ -24,10 +24,12 @@ # adapted from https://github.com/FreeCAD/FreeCAD-Bundle/blob/master/conda/linux/create_bundle.sh -# This script produces a FreeCAD AppImage locally using conda repositories. It is a all-in-one -# script that can be run from anywhere and does not rely on the FreeCAD source code. It fetches -# everything form conda repositories. Therefore, you need to make sure they contain the FreeCAD -# package you want to build. An easy way to check is by searching for available FreeCAD packages: +# This script produces a FreeCAD AppImage locally using conda repositories. It +# is a all-in-one script that fetches FreeCAD and all dependencies from conda +# repo (it also extracts a couple of XDG files from the FreeCAD source). Everything +# comes form conda repositories, therefore, you need to make sure they contain the +# FreeCAD package you want to build. An easy way to check is by searching for +# available FreeCAD packages: # # conda search "freecad=0.21.0" -c adrianinsaval/label/dev -c freecad -c conda-forge #