aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthony@lavado.ca>2020-03-05 13:09:38 -0500
committerGitHub <noreply@github.com>2020-03-05 13:09:38 -0500
commitb99a5843ddebacf783dc305bb8f5bc36521d3396 (patch)
tree3a0d1f6e6a828219ea5f7c45cc9a2c9686cae61b
parentdcf3dbb2507f9e6a213b62b47cf8c327873f78b1 (diff)
parente36c4de9f6bb33fe6ccf3b9c6eae4a2f058424ba (diff)
Merge pull request #2524 from ferferga/nsis-fixes
Replaces NSIS uninstaller icon so it's more visible
-rw-r--r--deployment/windows/jellyfin.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/jellyfin.nsi b/deployment/windows/jellyfin.nsi
index 86724b8f4..fada62d98 100644
--- a/deployment/windows/jellyfin.nsi
+++ b/deployment/windows/jellyfin.nsi
@@ -73,7 +73,7 @@ Unicode True
; TODO: Replace with nice Jellyfin Icons
!ifdef UXPATH
!define MUI_ICON "${UXPATH}\branding\NSIS\modern-install.ico" ; Installer Icon
- !define MUI_UNICON "${UXPATH}\branding\NSIS\modern-uninstall.ico" ; Uninstaller Icon
+ !define MUI_UNICON "${UXPATH}\branding\NSIS\modern-install.ico" ; Uninstaller Icon
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "${UXPATH}\branding\NSIS\installer-header.bmp"