mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Replace pkg installer with new updater
This commit is contained in:
parent
d6a6e18c36
commit
6667b76bde
|
@ -46,8 +46,7 @@ unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
|
|||
|
||||
#elif defined(Q_OS_OSX)
|
||||
const QString AutoUpdater::platform = "osx";
|
||||
const QString AutoUpdater::updaterBin = "installer -pkg "+Settings::getInstance().getSettingsDirPath()
|
||||
+"/update/qtox.pkg -target CurrentUserHomeDirectory";
|
||||
const QString AutoUpdater::updaterBin = "/Applications/qtox.app/Contents/MacOS/updater";
|
||||
const QString AutoUpdater::updateServer = "https://dist-build.tox.im";
|
||||
|
||||
unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
|
||||
|
|
Loading…
Reference in New Issue
Block a user