mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Fix some paths in nsi file
This commit is contained in:
@@ -25,8 +25,7 @@
|
|||||||
!define QT_DLL_PATH "${MING_BIN}"
|
!define QT_DLL_PATH "${MING_BIN}"
|
||||||
!define SQLITE_DLL_PATH "${MING_LIB}/qt4/plugins/sqldrivers"
|
!define SQLITE_DLL_PATH "${MING_LIB}/qt4/plugins/sqldrivers"
|
||||||
!define IMAGEFORMATS_DLL_PATH "${MING_LIB}/qt4/plugins/imageformats"
|
!define IMAGEFORMATS_DLL_PATH "${MING_LIB}/qt4/plugins/imageformats"
|
||||||
!define VLC_PATH "${ROOT_PATH}\..\vlc"
|
!define VLC_PLUGIN_PATH "${MING_LIB}\vlc\plugins"
|
||||||
!define VLC_PLUGIN_PATH "${VLC_PATH}\plugins"
|
|
||||||
|
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
; Increment installer revision number as part of this script.
|
; Increment installer revision number as part of this script.
|
||||||
@@ -38,8 +37,8 @@
|
|||||||
|
|
||||||
!ifndef VER_MAJOR && VER_MINOR && VER_BUILD
|
!ifndef VER_MAJOR && VER_MINOR && VER_BUILD
|
||||||
!define VER_MAJOR "0"
|
!define VER_MAJOR "0"
|
||||||
!define VER_MINOR "1"
|
!define VER_MINOR "2"
|
||||||
!define VER_BUILD "0rc2"
|
!define VER_BUILD "0alpha1"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!define VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"
|
!define VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"
|
||||||
@@ -337,8 +336,8 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
|
|||||||
|
|
||||||
;VLC
|
;VLC
|
||||||
;SetOutPath "$INSTDIR\phonon_backend"
|
;SetOutPath "$INSTDIR\phonon_backend"
|
||||||
File "${VLC_PATH}\libvlc.dll"
|
File "${MING_BIN}\libvlc.dll"
|
||||||
File "${VLC_PATH}\libvlccore.dll"
|
File "${MING_BIN}\libvlccore.dll"
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
File /r "${VLC_PLUGIN_PATH}\*.dll"
|
File /r "${VLC_PLUGIN_PATH}\*.dll"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
Reference in New Issue
Block a user