1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Branding and download manager updates

This commit is contained in:
Dominik Schmidt
2015-09-06 20:37:16 +02:00
parent aafff617e5
commit 28722052bf

View File

@@ -42,7 +42,7 @@ if( APPLE )
# Use two different sparkle update tracks for debug and release
# We have to change the URL in the Info.plist file :-/
set(TOMAHAWK_SPARKLE_UPDATE_URL "http://download.tomahawk-player.org/sparkle")
set(TOMAHAWK_SPARKLE_UPDATE_URL "http://download.tomahawk-player.org/sparkle/update.php")
# Disable non-release sparkle for now. We haven't used it yet.
# IF( NOT CMAKE_BUILD_TYPE STREQUAL "Release" )