aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2021-05-21 10:38:54 +0200
committerAnders Broman <anders.broman@ericsson.com>2021-05-21 10:38:54 +0200
commit9456a850222e3a40b0d00e1de744c9b424f0aa3a (patch)
tree2009da28a3d4a00183d5414bac47e6af4b579070 /packaging
parent3b71af71e158081cced42380d71e24e1ccc443b9 (diff)
NSIS: install all files in the protobuff directory.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index b00bf59c82..4835b02e0d 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -861,7 +861,7 @@ CreateDirectory $INSTDIR\extcap
; install the protobuf .proto definitions in the protobuf subdirectory
;
SetOutPath $INSTDIR\protobuf
-File "${STAGING_DIR}\protobuf\sparkplug_b.proto"
+File "${STAGING_DIR}\protobuf\*.proto"
; Install the TPNCP DAT file in the "tpncp" subdirectory
; of the installation directory.