зеркало из https://github.com/nextcloud/desktop.git
NSI: add proper version of ocsync.conf
This commit is contained in:
Родитель
48d5261ba7
Коммит
fdfafb6e70
|
@ -25,7 +25,7 @@ if(CSYNC_BINARY_DIR)
|
||||||
else()
|
else()
|
||||||
set( CSYNC_LIBRARY_DIR "${MINGW_ROOT}/bin" )
|
set( CSYNC_LIBRARY_DIR "${MINGW_ROOT}/bin" )
|
||||||
set( CSYNC_PLUGIN_DIR "${MINGW_ROOT}/plugins-0" ) #FIXME: whatever it is
|
set( CSYNC_PLUGIN_DIR "${MINGW_ROOT}/plugins-0" ) #FIXME: whatever it is
|
||||||
set( CSYNC_CONFIG_DIR "${MINGW_ROOT}/etc/csync" )
|
set( CSYNC_CONFIG_DIR "${MINGW_ROOT}/etc/ocsync" )
|
||||||
endif()
|
endif()
|
||||||
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)
|
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)
|
||||||
if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||||
|
|
|
@ -350,7 +350,7 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD
|
||||||
File "${MING_BIN}\libssl-8.dll"
|
File "${MING_BIN}\libssl-8.dll"
|
||||||
|
|
||||||
; CSync configs
|
; CSync configs
|
||||||
File "${CSYNC_CONFIG_DIR}/csync.conf"
|
File "${CSYNC_CONFIG_DIR}/ocsync.conf"
|
||||||
File "${SOURCE_PATH}/sync-exclude.lst"
|
File "${SOURCE_PATH}/sync-exclude.lst"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Загрузка…
Ссылка в новой задаче