mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Force install to local user
This commit is contained in:
parent
2d608a4f2e
commit
76a1aefec2
|
@ -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] =
|
||||
|
|
Loading…
Reference in New Issue
Block a user