From 5e0dd142d5bfa29b3d42453c543e7ee5aea6fdc4 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Wed, 5 Jul 2023 17:24:40 +0200 Subject: [PATCH] Tools: fixed typo in appimage build script --- tools/build/AppImage/build-with-conda.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/AppImage/build-with-conda.sh b/tools/build/AppImage/build-with-conda.sh index 3a0e37decb..366520ded5 100755 --- a/tools/build/AppImage/build-with-conda.sh +++ b/tools/build/AppImage/build-with-conda.sh @@ -25,9 +25,9 @@ # 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 fetches FreeCAD and all dependencies from conda +# is an 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 +# comes from 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: #