Add powershell version of release-tool

This commit is contained in:
Jonathan White 2021-11-23 09:22:36 -05:00
parent 064d621846
commit 3c824cb500
4 changed files with 546 additions and 11 deletions

View file

@ -0,0 +1,3 @@
if (CMAKE_INSTALL_PREFIX MATCHES "/ZIP/")
file(TOUCH "${CMAKE_INSTALL_PREFIX}/.portable")
endif()