CI: update weekly bundle scripts for Windows and Linux.

This commit is contained in:
Jacob Oursland
2025-04-16 12:31:47 -07:00
parent a1488970cd
commit b249aef831
2 changed files with 2 additions and 5 deletions

View File

@@ -49,9 +49,8 @@ rm -rf ${conda_env}/lib/cmake/
find . -name "*.h" -type f -delete
find . -name "*.cmake" -type f -delete
build_tag=$(git describe --tags)
python_version=$(python -c 'import platform; print("py" + platform.python_version_tuple()[0] + platform.python_version_tuple()[1])')
version_name="FreeCAD_${build_tag}-Linux-$(uname -m)-${python_version}"
version_name="FreeCAD_${BUILD_TAG}-Linux-$(uname -m)-${python_version}"
echo -e "\################"
echo -e "version_name: ${version_name}"

View File

@@ -55,10 +55,8 @@ cp ssl-patch.py ${copy_dir}/bin/Lib/ssl.py
echo '[Paths]' >> ${copy_dir}/bin/qt6.conf
echo 'Prefix = ../lib/qt6' >> ${copy_dir}/bin/qt6.conf
build_tag=$(git describe --tags)
python_version=$(python -c 'import platform; print("py" + platform.python_version_tuple()[0] + platform.python_version_tuple()[1])')
version_name="FreeCAD_${build_tag}-Windows-$(uname -m)-${python_version}"
application_menu_name="FreeCAD_${build_tag}"
version_name="FreeCAD_${BUILD_TAG}-Windows-$(uname -m)-${python_version}"
echo -e "################"
echo -e "version_name: ${version_name}"