From 5ff3423e0eb654bc9a9989234f487ddd9563370d Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sat, 15 Feb 2025 23:36:03 +0100 Subject: [PATCH] Update build-with-conda.sh Fix freecad version --- 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 791674dc90..4fa21a4d16 100755 --- a/tools/build/AppImage/build-with-conda.sh +++ b/tools/build/AppImage/build-with-conda.sh @@ -64,9 +64,9 @@ # make sure you have a gpg key for this email gpg_key="yorik@freecad.org" # the FreeCAD version we're looking for -target_version="0.21.0" +target_version="1.1.0" # make sure target_python matches the one FreeCAD is built with! Check with -# conda search "freecad=0.21.0" -c adrianinsaval/label/dev -c freecad -c conda-forge +# conda search "freecad=1.1.0" -c adrianinsaval/label/dev -c freecad -c conda-forge target_python="3.10" # end config