One day I will remember the autoconf and nsi files
This commit is contained in:
parent
39eadc30f4
commit
7604863276
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue