diff --git a/Containerfile b/Containerfile index 03b16f7a63..42937d8a74 100644 --- a/Containerfile +++ b/Containerfile @@ -52,9 +52,9 @@ RUN apt-get update && apt-get install -y \ file \ sudo -COPY ./ BambuStudio +COPY ./ OrcaSlicer -WORKDIR BambuStudio +WORKDIR OrcaSlicer # These can run together, but we run them seperate for podman caching # Update System dependencies diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 3fb3c5a275..43a976444e 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -23,10 +23,6 @@ project(OrcaSlicer-deps) cmake_minimum_required(VERSION 3.2) -if(POLICY CMP0135) # DOWNLOAD_EXTRACT_TIMESTAMP - cmake_policy(SET CMP0135 NEW) -endif() - include(ExternalProject) include(ProcessorCount) @@ -42,6 +38,10 @@ option(DEP_DEBUG "Build debug variants (only applicable on Windows)" ON) if(CMAKE_SYSTEM_NAME STREQUAL "Linux") option(DEP_WX_GTK3 "Build wxWidgets against GTK3" OFF) +else() + if(POLICY CMP0135) # DOWNLOAD_EXTRACT_TIMESTAMP + cmake_policy(SET CMP0135 NEW) + endif() endif() set(IS_CROSS_COMPILE FALSE) diff --git a/resources/images/OrcaSlicer.png b/resources/images/OrcaSlicer.png new file mode 100644 index 0000000000..1af136da06 Binary files /dev/null and b/resources/images/OrcaSlicer.png differ diff --git a/resources/images/OrcaSlicer_192px.png b/resources/images/OrcaSlicer_192px.png new file mode 100644 index 0000000000..f92201bc62 Binary files /dev/null and b/resources/images/OrcaSlicer_192px.png differ