mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
68776fe319
The helper DLL will be utilized by Windows Installer with Custom Actions defined in the NCMsiHelper.wxs WiX fragment. Exports: - ExecNsisUninstaller - RemoveNavigationPaneEntries Signed-off-by: Michael Schuster <michael@schuster.ms>
8 lines
180 B
CMake
8 lines
180 B
CMake
# MSI package scripts, helper DLL and migration tools
|
|
if(BUILD_WIN_MSI)
|
|
add_subdirectory(msi)
|
|
endif()
|
|
|
|
if(BUILD_WIN_MSI OR BUILD_WIN_TOOLS)
|
|
add_subdirectory(tools)
|
|
endif()
|