Skip to content

Commit

Permalink
Minor fix build-with-conda.sh
Browse files Browse the repository at this point in the history
Update freecad version into conda
  • Loading branch information
mosfet80 authored Feb 8, 2025
1 parent 20ac96f commit e006c46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/build/AppImage/build-with-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@
# make sure you have a gpg key for this email
gpg_key="[email protected]"
# 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
target_python="3.10"

# end config

# export MAMBA_NO_BANNER=1

# building needed files
mkdir -p AppDir
cat > AppDir/AppRun <<EOF
Expand Down

0 comments on commit e006c46

Please sign in to comment.