Commit 5111521d authored by Eric Lassauge's avatar Eric Lassauge Committed by Geoffroy Couprie

Win32: don't rebase UAC.dll

Signed-off-by: default avatarGeoffroy Couprie <geal@videolan.org>
parent d49a3263
......@@ -727,10 +727,6 @@ package-win-common:
mkdir -p $(win32_destdir)/locale/qt4/
cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true
# Copy the UAC NSIS plugin
cp "$(srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/"
cp "$(srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/"
# Mozilla plugin
if BUILD_MOZILLA
mkdir -p "$(win32_destdir)/mozilla"
......@@ -753,6 +749,11 @@ endif
find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
fi
# Copy the UAC NSIS plugin
mkdir -p "$(win32_destdir)/NSIS"
cp "$(top_srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/NSIS"
cp "$(top_srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/NSIS"
package-win32-xpi: package-win-common-strip
mkdir -p "$(win32_xpi_destdir)/plugins"
cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)"
......
......@@ -49,8 +49,8 @@ InstType $Name_InstTypeMinimum
InstType $Name_InstTypeFull
RequestExecutionLevel user
!addincludedir .
!addplugindir .
!addincludedir NSIS
!addplugindir NSIS
!include UAC.nsh
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment