1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* Updated tomahawk.nsi, now depends on the vlc stuff being extracted to ../vlc/

This commit is contained in:
Christian Muehlhaeuser
2011-05-30 21:19:15 +00:00
parent 9236da101e
commit 2aab17ba8e

View File

@@ -25,8 +25,8 @@
!define QT_DLL_PATH "${MING_BIN}"
!define SQLITE_DLL_PATH "${MING_LIB}/qt4/plugins/sqldrivers"
!define IMAGEFORMATS_DLL_PATH "${MING_LIB}/qt4/plugins/imageformats"
!define VLC_PATH "${MING_BIN}"
!define VLC_PLUGIN_PATH "${MING_LIB}\vlc\plugins"
!define VLC_PATH "${ROOT_PATH}\..\vlc"
!define VLC_PLUGIN_PATH "${VLC_PATH}\plugins"
;-----------------------------------------------------------------------------
; Increment installer revision number as part of this script.