GooEngine: Change App ID

This commit is contained in:
2023-11-16 01:53:24 +00:00
parent 96e51a0443
commit 10cfcc3260
+2 -2
View File
@@ -168,9 +168,9 @@ if(WIN32)
add_definitions(
# This is the app ID used for file registration, given it's used from several modules
# there really is no nice way to get this information consistent without a global define.
-DBLENDER_WIN_APPID="blender.${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}"
-DBLENDER_WIN_APPID="goo_engine.${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}"
# This is the name that will be shown in the taskbar and OpenWith windows UI
-DBLENDER_WIN_APPID_FRIENDLY_NAME="Blender ${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}"
-DBLENDER_WIN_APPID_FRIENDLY_NAME="Goo Engine ${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}"
)
endif()