Still forgetting nsi and automake files, don't know if there is
a cure.
This commit is contained in:
parent
2955a36ebe
commit
045212eb0d
|
@ -9,7 +9,8 @@ adminroot_DATA = ftr.html linkOpaque.gif about.html aspl-license.txt \
|
||||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||||
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
|
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
|
||||||
config.js config.xml spinner.gif util.js pngfix.js no_access.html
|
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
||||||
|
pngfix.js no_access.html
|
||||||
|
|
||||||
EXTRA_DIST = ftr.html linkOpaque.gif about.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 \
|
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||||
|
@ -17,5 +18,6 @@ EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \
|
||||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||||
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
|
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
|
||||||
config.js config.xml spinner.gif util.js pngfix.js no_access.html
|
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
||||||
|
pngfix.js no_access.html
|
||||||
|
|
||||||
|
|
|
@ -180,6 +180,7 @@ Section "MainSection" SEC01
|
||||||
File "${ADMIN_ROOT}\aspl-license.html"
|
File "${ADMIN_ROOT}\aspl-license.html"
|
||||||
File "${ADMIN_ROOT}\applet.html"
|
File "${ADMIN_ROOT}\applet.html"
|
||||||
File "${ADMIN_ROOT}\spinner.gif"
|
File "${ADMIN_ROOT}\spinner.gif"
|
||||||
|
File "${ADMIN_ROOT}\spinner_stopped.gif"
|
||||||
File "${ADMIN_ROOT}\util.js"
|
File "${ADMIN_ROOT}\util.js"
|
||||||
File "${ADMIN_ROOT}\pngfix.js"
|
File "${ADMIN_ROOT}\pngfix.js"
|
||||||
File "${ADMIN_ROOT}\no_access.html"
|
File "${ADMIN_ROOT}\no_access.html"
|
||||||
|
@ -501,6 +502,7 @@ Section Uninstall
|
||||||
Delete "$INSTDIR\admin-root\smart.html"
|
Delete "$INSTDIR\admin-root\smart.html"
|
||||||
Delete "$INSTDIR\admin-root\smart.js"
|
Delete "$INSTDIR\admin-root\smart.js"
|
||||||
Delete "$INSTDIR\admin-root\spinner.gif"
|
Delete "$INSTDIR\admin-root\spinner.gif"
|
||||||
|
Delete "$INSTDIR\admin-root\spinner_stopped.gif"
|
||||||
Delete "$INSTDIR\admin-root\util.js"
|
Delete "$INSTDIR\admin-root\util.js"
|
||||||
Delete "$INSTDIR\admin-root\pngfix.js"
|
Delete "$INSTDIR\admin-root\pngfix.js"
|
||||||
Delete "$INSTDIR\admin-root\no_access.html"
|
Delete "$INSTDIR\admin-root\no_access.html"
|
||||||
|
|
Loading…
Reference in New Issue