Theme locations

* WIN theme stuff
* OSX theme stuff
Esse commit está contido em:
Roeland Jago Douma
2016-08-16 11:12:54 +02:00
commit 1b1ed23f63
8 arquivos alterados com 6 adições e 2 exclusões
+6 -2
Ver Arquivo
@@ -6,9 +6,9 @@ set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string
set( THEME_CLASS "NextcloudTheme" ) set( THEME_CLASS "NextcloudTheme" )
set( APPLICATION_REV_DOMAIN "com.nextcloud.desktopclient" ) set( APPLICATION_REV_DOMAIN "com.nextcloud.desktopclient" )
set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" ) set( WIN_SETUP_BITMAP_PATH "${OEM_THEME_DIR}/win" )
set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-background.png" CACHE STRING "The MacOSX installer background image") set( MAC_INSTALLER_BACKGROUND_FILE "${OEM_THEME_DIR}/osx/installer-background.png" CACHE STRING "The MacOSX installer background image")
set( THEME_INCLUDE "${OEM_THEME_DIR}/nextcloudtheme.h" ) set( THEME_INCLUDE "${OEM_THEME_DIR}/nextcloudtheme.h" )
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt ) # set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
@@ -16,3 +16,7 @@ set( THEME_INCLUDE "${OEM_THEME_DIR}/nextcloudtheme.h" )
option( WITH_CRASHREPORTER "Build crashreporter" OFF ) option( WITH_CRASHREPORTER "Build crashreporter" OFF )
set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" ) set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" )
set( CRASHREPORTER_ICON ":/owncloud-icon.png" ) set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
if(CPACK_GENERATOR MATCHES "NSIS")
SET( CPACK_PACKAGE_ICON "{OEM_THEME_DIR}/win/installer.ico" ) # Set installer icon
endif(CPACK_GENERATOR MATCHES "NSIS")

Antes

Largura:  |  Altura:  |  Tamanho: 3.9 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 3.9 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 1.6 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 1.6 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 7.0 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 7.0 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 9.2 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 9.2 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 1.7 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 1.7 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 151 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 151 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 129 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 129 KiB