better wording in appimage build script

This commit is contained in:
Yorik van Havre
2023-07-05 17:10:43 +02:00
committed by Chris Hennes
parent 6b6b4ddba9
commit 8e037e6f34

View File

@@ -24,10 +24,12 @@
# adapted from https://github.com/FreeCAD/FreeCAD-Bundle/blob/master/conda/linux/create_bundle.sh # 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 # This script produces a FreeCAD AppImage locally using conda repositories. It
# script that can be run from anywhere and does not rely on the FreeCAD source code. It fetches # is a all-in-one script that fetches FreeCAD and all dependencies from conda
# everything form conda repositories. Therefore, you need to make sure they contain the FreeCAD # repo (it also extracts a couple of XDG files from the FreeCAD source). Everything
# package you want to build. An easy way to check is by searching for available FreeCAD packages: # 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 # conda search "freecad=0.21.0" -c adrianinsaval/label/dev -c freecad -c conda-forge
# #