aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-03-08 19:36:20 -0800
committerGerald Combs <gerald@wireshark.org>2022-03-08 19:36:20 -0800
commitf405771abb01597ad4c52abcf0929ff9a6a9319a (patch)
tree8a84708a2faabf300b5a6f6ee3ec87ad6a66efdc /packaging/nsis
parente482b375f2351449763b9cc4421eb80f943e3cb3 (diff)
Packaging: Fix some paths.
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/uninstall.nsi4
-rw-r--r--packaging/nsis/wireshark.nsi4
2 files changed, 4 insertions, 4 deletions
diff --git a/packaging/nsis/uninstall.nsi b/packaging/nsis/uninstall.nsi
index 740161aa1f..efa462fc3c 100644
--- a/packaging/nsis/uninstall.nsi
+++ b/packaging/nsis/uninstall.nsi
@@ -18,11 +18,11 @@ InstType "un.Default (keep Personal Settings and Npcap)"
InstType "un.All (remove all)"
; Uninstaller icon
-UninstallIcon "..\..\resources\wiresharkinst.ico"
+UninstallIcon "..\..\resources\icons\wiresharkinst.ico"
!include "MUI.nsh"
-!define MUI_UNICON "..\..\resources\wiresharkinst.ico"
+!define MUI_UNICON "..\..\resources\icons\wiresharkinst.ico"
; Uninstall stuff (NSIS 2.08: "\r\n" don't work here)
!define MUI_UNCONFIRMPAGE_TEXT_TOP "The following ${PROGRAM_NAME} installation will be removed. Click 'Next' to continue."
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 3da2f93a3c..d7fb24f68b 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -40,7 +40,7 @@ ${StrRep}
; The file to write
OutFile "${OUTFILE_DIR}\${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
; Installer icon
-Icon "${TOP_SRC_DIR}\resources\wiresharkinst.ico"
+Icon "${TOP_SRC_DIR}\resources\icons\wiresharkinst.ico"
; ============================================================================
; Modern UI
@@ -55,7 +55,7 @@ Icon "${TOP_SRC_DIR}\resources\wiresharkinst.ico"
!include "InstallOptions.nsh"
;!addplugindir ".\Plugins"
-!define MUI_ICON "${TOP_SRC_DIR}\resources\wiresharkinst.ico"
+!define MUI_ICON "${TOP_SRC_DIR}\resources\icons\wiresharkinst.ico"
BrandingText "Wireshark${U+00ae} Installer"
!define MUI_COMPONENTSPAGE_SMALLDESC