6fd0fc014 Update application name

This commit is contained in:
sentientstardust
2026-05-02 13:43:19 +01:00
parent 6222bd0f23
commit 0fbc85c0a0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[Desktop Entry]
Name=OrcaSlicer
Name=OrcaSlicer-ImageMap
GenericName=3D Printing Software
Icon=OrcaSlicer
Exec=orca-slicer %U

View File

@@ -2,7 +2,7 @@
#define _libslic3r_h_
#include "libslic3r_version.h"
#define SLIC3R_APP_FULL_NAME "Orca Slicer"
#define SLIC3R_APP_FULL_NAME "Orca Slicer ImageMap"
#define GCODEVIEWER_APP_NAME "OrcaSlicer G-code Viewer"
#define GCODEVIEWER_APP_KEY "OrcaSlicerGcodeViewer"
#define GCODEVIEWER_BUILD_ID std::string("OrcaSlicer G-code Viewer-") + std::string(SLIC3R_VERSION) + std::string("-RC")

View File

@@ -1,7 +1,7 @@
# Included by CMakeLists, edited by the build script
# (the version numbers are generated by the build script from the git current label)
set(SLIC3R_APP_NAME "OrcaSlicer")
set(SLIC3R_APP_NAME "OrcaSlicer-ImageMap")
set(SLIC3R_APP_KEY "OrcaSlicer")
if(NOT DEFINED BBL_INTERNAL_TESTING)