1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr744'

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-14 00:38:50 +01:00
commit 7c7f08837c
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -46,8 +46,8 @@ unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
#elif defined(Q_OS_OSX)
const QString AutoUpdater::platform = "osx";
const QString AutoUpdater::updaterBin = "installer -store -pkg "+Settings::getInstance().getSettingsDirPath()
+"/update/qtox.pkg -target /";
const QString AutoUpdater::updaterBin = "installer -pkg "+Settings::getInstance().getSettingsDirPath()
+"/update/qtox.pkg -target CurrentUserHomeDirectory";
const QString AutoUpdater::updateServer = "https://dist-build.tox.im";
unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =