aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-08-21 22:46:52 +0100
committerJoão Valverde <j@v6e.pt>2023-08-23 09:22:40 +0000
commitac63850f4079f512587c71ac9fa437306d07c43d (patch)
tree860982cdc79e89921eeeefbe30f33eb1334bb455 /packaging/nsis
parenteca17bd512ba1f17e8c9cb0f3713d632fe3b7f64 (diff)
Remove "browser_sslkeylog.lua"
Remove Lua script in preparation of moving this to the Qt UI.
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt
index 2e7909211b..6a40e465f2 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -180,7 +180,7 @@ if (BUILD_wireshark)
endforeach()
endif()
if(LUA_FOUND)
- foreach(_script "init.lua" "browser_sslkeylog.lua")
+ foreach(_script "init.lua")
set(_all_manifest_contents "${_all_manifest_contents}File \"\${STAGING_DIR}\\${_script}\"\n")
endforeach()
endif()