1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +02:00

Fix windows deployment to use local vlc plugins again

This commit is contained in:
Dominik Schmidt
2011-07-24 00:36:34 +02:00
parent a9e3b716f2
commit 34c618ed94
3 changed files with 15 additions and 3 deletions

View File

@@ -3,6 +3,10 @@
# in this file.
if(CPACK_GENERATOR MATCHES "NSIS")
if( NOT EXISTS "@CMAKE_SOURCE_DIR@/admin/win/vlc/")
MESSAGE(FATAL_ERROR "\n You don't have vlc in your admin/win/ dir. \n Please change into that dir and execute 'sh update-vlc.sh'" )
endif()
#SET(CPACK_NSIS_INSTALL_ROOT "@CPACK_NSIS_INSTALL_ROOT@")
# set the install/unistall icon used for the installer itself