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