MainWindow: Use different Sparkle URL for x86
This commit is contained in:
@@ -223,7 +223,11 @@ const int kTrackPositionUpdateTimeMs = 1000;
|
|||||||
|
|
||||||
#ifdef HAVE_QTSPARKLE
|
#ifdef HAVE_QTSPARKLE
|
||||||
# ifdef _MSC_VER
|
# ifdef _MSC_VER
|
||||||
|
# ifdef _M_X64
|
||||||
constexpr char QTSPARKLE_URL[] = "https://www.strawberrymusicplayer.org/sparkle-windows-msvc-x64";
|
constexpr char QTSPARKLE_URL[] = "https://www.strawberrymusicplayer.org/sparkle-windows-msvc-x64";
|
||||||
|
# else
|
||||||
|
constexpr char QTSPARKLE_URL[] = "https://www.strawberrymusicplayer.org/sparkle-windows-msvc-x86";
|
||||||
|
# endif
|
||||||
# else
|
# else
|
||||||
# ifdef __x86_64__
|
# ifdef __x86_64__
|
||||||
constexpr char QTSPARKLE_URL[] = "https://www.strawberrymusicplayer.org/sparkle-windows-mingw-x64";
|
constexpr char QTSPARKLE_URL[] = "https://www.strawberrymusicplayer.org/sparkle-windows-mingw-x64";
|
||||||
|
|||||||
Reference in New Issue
Block a user