mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
* Fixed tomahawk.nsi.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
69
|
71
|
@@ -19,11 +19,11 @@
|
|||||||
!define MING_BIN "${MING_PATH}/bin"
|
!define MING_BIN "${MING_PATH}/bin"
|
||||||
!define MING_DLL_PATH "${MING_BIN}"
|
!define MING_DLL_PATH "${MING_BIN}"
|
||||||
!define MING_LIB "${MING_PATH}/lib"
|
!define MING_LIB "${MING_PATH}/lib"
|
||||||
!define ROOT_PATH "..\.." ; assuming the script is in ROOT/admin/win/
|
!define ROOT_PATH "..\..\.." ; assuming the script is in ROOT/admin/win/
|
||||||
!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 RTAUDIO_DLL_PATH "../../rtaudio/"
|
!define RTAUDIO_DLL_PATH "../../../rtaudio/"
|
||||||
!define QXTWEB_DLL_PATH "../../qxt/qxtweb-standalone/"
|
!define QXTWEB_DLL_PATH "../../../qxt/qxtweb-standalone/"
|
||||||
|
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
; Increment installer revision number as part of this script.
|
; Increment installer revision number as part of this script.
|
||||||
@@ -256,6 +256,7 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
|
|||||||
;Plugins
|
;Plugins
|
||||||
File "${ROOT_PATH}\build\src\libtomahawk\libtomahawklib.dll"
|
File "${ROOT_PATH}\build\src\libtomahawk\libtomahawklib.dll"
|
||||||
File "${ROOT_PATH}\build\libsip_jabber.dll"
|
File "${ROOT_PATH}\build\libsip_jabber.dll"
|
||||||
|
File "${ROOT_PATH}\build\libsip_twitter.dll"
|
||||||
File "${ROOT_PATH}\build\libsip_zeroconf.dll"
|
File "${ROOT_PATH}\build\libsip_zeroconf.dll"
|
||||||
|
|
||||||
;License & release notes.
|
;License & release notes.
|
||||||
|
Reference in New Issue
Block a user