Change Application name to OrcaSlicer

This commit is contained in:
SoftFever
2023-03-12 10:02:38 +08:00
parent 81ca7720e9
commit 5b0ba1207e
93 changed files with 5629 additions and 10221 deletions

View File

@@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
ENV LC_ALL=en_US.utf8
RUN locale-gen $LC_ALL
# Set this so that Bambu Studio doesn't complain about
# Set this so that Orca Slicer doesn't complain about
# the CA cert path on every startup
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
@@ -74,7 +74,7 @@ RUN ./BuildLinux.sh -s
ENV container podman
RUN ./BuildLinux.sh -i
# It's easier to run Bambu Studio as the same username,
# It's easier to run Orca Slicer as the same username,
# UID and GID as your workstation. Since we bind mount
# your home directory into the container, it's handy
# to keep permissions the same. Just in case, defaults