mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
cae6ca987f
We must not change the app short name for ownCloud. Too dangerous as it
is used all over.
This reverts commit 65171cfb3a
.
10 lines
518 B
CMake
10 lines
518 B
CMake
set( APPLICATION_NAME "ownCloud" )
|
|
#set( APPLICATION_SHORTNAME ${APPLICATION_NAME} )
|
|
set( APPLICATION_EXECUTABLE "owncloud" )
|
|
set( APPLICATION_DOMAIN "owncloud.com" )
|
|
set( APPLICATION_VENDOR "ownCloud, Inc" )
|
|
set( THEME_CLASS "ownCloudTheme" )
|
|
set( APPLICATION_REV_DOMAIN "com.owncloud.desktopclient" )
|
|
set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" )
|
|
# set( THEME_INCLUDE "${OEM_THEME_DIR}/mytheme.h" )
|
|
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
|