mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge remote-tracking branch 'origin/main' into CURA-9157_msi_installer
This commit is contained in:
commit
eddbc799ac
5996 changed files with 66575 additions and 95248 deletions
|
@ -17,4 +17,9 @@ export OPENSSL_CONF="$scriptdir/openssl.cnf"
|
|||
# unset `QT_STYLE_OVERRIDE` as a precaution
|
||||
unset QT_STYLE_OVERRIDE
|
||||
|
||||
$scriptdir/UltiMaker-Cura "$@"
|
||||
BIN=`basename "$ARGV0" .AppImage`
|
||||
if [ -f $scriptdir/$BIN ]; then
|
||||
$scriptdir/$BIN "$@"
|
||||
else
|
||||
$scriptdir/UltiMaker-Cura "$@"
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue