mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-01 19:47:39 +03:00
3 lines
100 B
CMake
3 lines
100 B
CMake
if (CMAKE_INSTALL_PREFIX MATCHES "/ZIP/")
|
|
file(TOUCH "${CMAKE_INSTALL_PREFIX}/.portable")
|
|
endif()
|