mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
GPL is a distribution license, and should thus not be required to be accepted upon installation.
8 lines
333 B
CMake
8 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" )
|