Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenricoturri1966 <enricoturri@seznam.cz>2020-10-05 16:42:35 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2020-10-05 16:42:35 +0300
commitc94fb133699692f27fb037817398c02a2e7d8fac (patch)
tree6df8b1d08705e97166e3f71b9d6657855c1ca4b3 /version.inc
parent6a12e75194d6fa71b34529c268424862d7dfb664 (diff)
AppConfig modified to generate a separate config file for the standalone gcodeviewer
Diffstat (limited to 'version.inc')
-rw-r--r--version.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/version.inc b/version.inc
index e5985fcd0..9f7a105b2 100644
--- a/version.inc
+++ b/version.inc
@@ -9,4 +9,5 @@ set(SLIC3R_RC_VERSION "2,3,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.3.0.0")
set(GCODEVIEWER_APP_NAME "Prusa GCode Viewer")
+set(GCODEVIEWER_APP_KEY "PrusaGCodeViewer")
set(GCODEVIEWER_BUILD_ID "Prusa GCode Viewer-${SLIC3R_VERSION}+UNKNOWN")