mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
4fbfe7bfef
GPL is a distribution license, and should thus not be required to be accepted upon installation.
7 lines
333 B
CMake
7 lines
333 B
CMake
set( APPLICATION_SHORTNAME "owncloud" )
|
|
set( APPLICATION_NAME "ownCloud" )
|
|
set( APPLICATION_EXECUTABLE "owncloud" )
|
|
set( APPLICATION_DOMAIN "owncloud.org" )
|
|
set( APPLICATION_VENDOR "ownCloud.org" )
|
|
set( THEME_CLASS "ownCloudTheme" )
|
|
set( APPLICATION_REV_DOMAIN "org.owncloud.desktopclient" )
|