diff --git a/admin-root/Makefile.am b/admin-root/Makefile.am index 47521e74..4a7ef918 100644 --- a/admin-root/Makefile.am +++ b/admin-root/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS=lib-js adminrootdir = ${pkgdatadir}/admin-root -adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \ +adminroot_DATA = ftr.html linkOpaque.gif about.html aspl-license.txt \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \ mt-daapd.css ff_logo_sm.gif config.html index.html required.gif \ gpl-license.html aspl-license.html thanks.html feedback.html \ @@ -11,7 +11,7 @@ adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \ smartpopup.html applet.html mt-daapd.js CREDITS status.js \ config.js config.xml spinner.gif util.js pngfix.js no_access.html -EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \ +EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \ mt-daapd.css ff_logo_sm.gif config.html index.html required.gif \ gpl-license.html aspl-license.html thanks.html feedback.html \ diff --git a/win32/nsi/mt-daapd.nsi.templ b/win32/nsi/mt-daapd.nsi.templ index 3134bb01..558b24fe 100644 --- a/win32/nsi/mt-daapd.nsi.templ +++ b/win32/nsi/mt-daapd.nsi.templ @@ -150,7 +150,7 @@ Section "MainSection" SEC01 SetOutPath "$2\admin-root" File "${ADMIN_ROOT}\thanks.html" - File "${ADMIN_ROOT}\status.html" + File "${ADMIN_ROOT}\about.html" File "${ADMIN_ROOT}\status.js" File "${ADMIN_ROOT}\smartpopup.html" File "${ADMIN_ROOT}\smart.js" @@ -505,7 +505,7 @@ Section Uninstall Delete "$INSTDIR\admin-root\pngfix.js" Delete "$INSTDIR\admin-root\no_access.html" Delete "$INSTDIR\admin-root\smartpopup.html" - Delete "$INSTDIR\admin-root\status.html" + Delete "$INSTDIR\admin-root\about.html" Delete "$INSTDIR\admin-root\status.js" Delete "$INSTDIR\admin-root\thanks.html" Delete "$INSTDIR\admin-root\config.js"