0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00
keepassxc/cmake/MakePortableZip.cmake

4 lines
100 B
CMake
Raw Normal View History

2021-11-23 15:22:36 +01:00
if (CMAKE_INSTALL_PREFIX MATCHES "/ZIP/")
file(TOUCH "${CMAKE_INSTALL_PREFIX}/.portable")
endif()