move windowsinstaller to /package
update artwork
adapt to conda builds
make msvc redist directory optional
automate version information definition
use relative directories for file locations definitions
improve/update readme
partially update Delete.bat for qt6 libpack
add .gitignore
update signing.bat and add hashing command
WindowsInstaller: use --safe-mode in freecadcmd commands [skip ci]
WindowsInstaller: make windows 8 the minimum version [skip ci]
WindowsInstaller: allow configuring some values via command line
windows installer update for qt6 build
* CI: add missing command line args to codespell.py.
* CI: alter files parameters to codespell.py.
* CI: update verbose flag in codespell to be boolean.
* Updating instances of FreeCAD's old logo to reflect the new Logo
* updating additional instances of the Logo
* updating additional instances of the Logo
* Update logo for windows installer
* Update logo reference to /src/Gui/Icons/freecad.svg
Web no longer provides a user-visible browser, but only a simple server for remote interaction with FreeCAD. Dependency on QtWebWengine has been removed.
* Container based build environments
* Initial commit for support of Arch and Manjaro Linux distros
* Removed openSUSE as shiboken is not supported in 15.3
* Added system updates to container image build
* Removed duplicates and ordered packages for easy reference
* Updated documenation for openSUSE and package installation.
Added documentation on how to install packages outside of conatiners
Removed references to openSUSE due to missing dependancies.
* Matched debian and ubuntu install script for eaiser comparison
* Fixed error of image realease from latest to rolling
Ubuntu's "latest" tag is to their LTS distribution release rather than
their current cutting edge distro release.
* Update debian.sh
Remove unneeded deps and remove libboost-all-dev
* Update ubuntu.sh
Remove unneeded deps and remove libboost-all-dev
Co-authored-by: Christopher West <cwest@thedigitaledge.co.uk>
Co-authored-by: Kurt Kremitzki <kkremitzki@users.noreply.github.com>