Wireshark-commits: [Wireshark-commits] master f9c2b3a: NSIS: Fix a dangling output path.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 09 Jan 2020 00:36:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9c2b3aa79cff988b6b4e2aa6fcaedf376dc041b
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f9c2b3a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    NSIS: Fix a dangling output path.
    
    The updates to windeployqt-to-nsis.ps1 g7a09c78f12 added SetOutPath
    calls to qt-dll-manifest.nsh. This means we need to reset the output
    path before adding our translation files.
    
    Change-Id: I4b4ede72efa67cc4617aaae5baf8d38df6952df7
    Reviewed-on: https://code.wireshark.org/review/35705
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  b553066   Netlink: remove encoding copies and, by extension, nl_data copies
     add  f9c2b3a   NSIS: Fix a dangling output path.


Summary of changes:
 packaging/nsis/wireshark.nsi | 2 ++
 1 file changed, 2 insertions(+)