diff options
author | Roman Wüger <office@wueger.at> | 2017-03-01 19:18:28 (GMT) |
---|---|---|
committer | Roman Wüger <office@wueger.at> | 2017-03-01 19:18:28 (GMT) |
commit | 09475c298b83cbbaae2ca7ba6f52c0fa74607568 (patch) | |
tree | 5a689ada0506a8fa9f084ba5411252f9c3b03f72 /Help/release | |
parent | 77cbcb76bb5d75254c6ced0ed782152024f51d8c (diff) | |
download | CMake-09475c298b83cbbaae2ca7ba6f52c0fa74607568.zip CMake-09475c298b83cbbaae2ca7ba6f52c0fa74607568.tar.gz CMake-09475c298b83cbbaae2ca7ba6f52c0fa74607568.tar.bz2 |
CPack/NSIS: Sign the uninstaller
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cpack-sign-uninstaller.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-sign-uninstaller.rst b/Help/release/dev/cpack-sign-uninstaller.rst new file mode 100644 index 0000000..ff2b402 --- /dev/null +++ b/Help/release/dev/cpack-sign-uninstaller.rst @@ -0,0 +1,5 @@ +cpack-sign_uninstaller +---------------------- + +* The :module:`CPackNSIS` module learned to sign the uninstaller + when using :variable:`CPACK_NSIS_SIGN_UNINSTALLER` variable. |