From 9a8dca7f4611075b512663a491a3bc8ae90b1158 Mon Sep 17 00:00:00 2001 From: SoftFever <103989404+SoftFever@users.noreply.github.com> Date: Mon, 18 Jul 2022 10:02:36 +0800 Subject: [PATCH] Change name so that it can co-exist with official build --- version.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.inc b/version.inc index 2c1aa3a304..28ddcecd5e 100644 --- a/version.inc +++ b/version.inc @@ -1,8 +1,8 @@ # 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 "BambuStudio") -set(SLIC3R_APP_KEY "BambuStudio") +set(SLIC3R_APP_NAME "BambuStudio SoftFever") +set(SLIC3R_APP_KEY "BambuStudio-SoftFever") if(NOT DEFINED BBL_RELEASE_TO_PUBLIC) set(BBL_RELEASE_TO_PUBLIC "0")