diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-07 21:19:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-07 21:19:24 -0500 |
| commit | ae9948ce044efda3f6e674383a743f7e30428e37 (patch) | |
| tree | dc50b8c3a0ff843342fb23bb4394a45c77f71fbd /deployment | |
| parent | 4c2b543b307b55b2220472c59396b9b4a604cfb7 (diff) | |
| parent | 3d563ca3a3c8398617ef014f53ba9d0937a55d94 (diff) | |
Merge branch 'master' into logging-migration
Diffstat (limited to 'deployment')
| -rw-r--r-- | deployment/windows/jellyfin.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/jellyfin.nsi b/deployment/windows/jellyfin.nsi index 86724b8f49..fada62d981 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" |
