We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caccc77 commit 2a055e0Copy full SHA for 2a055e0
OPENCLOUD.cmake
@@ -10,7 +10,7 @@ if(BETA_CHANNEL_BUILD)
10
set( APPLICATION_SHORTNAME "${APPLICATION_SHORTNAME} Beta" )
11
set( APPLICATION_EXECUTABLE "${APPLICATION_EXECUTABLE}_beta" )
12
set( APPLICATION_VENDOR "${APPLICATION_VENDOR} Beta" )
13
- set( APPLICATION_REV_DOMAIN "${APPLICATION_REV_DOMAIN}_beta" )
+ set( APPLICATION_REV_DOMAIN "${APPLICATION_REV_DOMAIN}.beta" )
14
endif()
15
# TODO: re enable once we got icons
16
#set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-background.png")
0 commit comments