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

* Fixed tomahawk.nsi.

This commit is contained in:
Christian Muehlhaeuser
2011-03-20 03:25:42 +00:00
parent cf38e1cefb
commit 650f3782b4
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
78
81

View File

@@ -15,7 +15,7 @@
;-----------------------------------------------------------------------------
; Some paths.
;-----------------------------------------------------------------------------
!define MING_PATH "/usr/i686-pc-mingw32/sys-root/mingw"
!define MING_PATH "/usr/i686-w64-mingw32/sys-root/mingw"
!define MING_BIN "${MING_PATH}/bin"
!define MING_DLL_PATH "${MING_BIN}"
!define MING_LIB "${MING_PATH}/lib"
@@ -254,9 +254,9 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
;Plugins
File "${BUILD_PATH}\src\libtomahawk\libtomahawklib.dll"
File "${BUILD_PATH}\libsip_jabber.dll"
File "${BUILD_PATH}\libsip_twitter.dll"
File "${BUILD_PATH}\libsip_zeroconf.dll"
File "${BUILD_PATH}\libtomahawk_sipjabber.dll"
File "${BUILD_PATH}\libtomahawk_siptwitter.dll"
File "${BUILD_PATH}\libtomahawk_sipzeroconf.dll"
;License & release notes.
File "${ROOT_PATH}\LICENSE.txt"