mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
* change 'OrcaSlicer' to 'Snapmaker Orca' * Fix Orca Multi-Language * test_linux * test_linux * Fix default_position of wipetower * fix CICD * Change linux to beta
10 lines
319 B
Bash
10 lines
319 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Work-around https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/754
|
|
grep -q org.freedesktop.Platform.GL.nvidia /.flatpak-info && export WEBKIT_DISABLE_DMABUF_RENDERER=1
|
|
|
|
# Work-around https://github.com/bambulab/BambuStudio/issues/3440
|
|
export LC_ALL=C.UTF-8
|
|
|
|
exec /app/bin/snapmaker-orca "$@"
|