6fd0fc014 Update application name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=OrcaSlicer
|
||||
Name=OrcaSlicer-ImageMap
|
||||
GenericName=3D Printing Software
|
||||
Icon=OrcaSlicer
|
||||
Exec=orca-slicer %U
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user