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

fix(build): fix cmake command in appimage/build.sh

This commit is contained in:
antony-jr 2019-07-27 17:23:38 +05:30
parent 837416b903
commit e9665d517a
No known key found for this signature in database
GPG Key ID: 13089CB6F3D41A27

View File

@ -137,7 +137,8 @@ cd _build
# need to build with -DDESKTOP_NOTIFICATIONS=True for snorenotify
cmake -DDESKTOP_NOTIFICATIONS=True \
-DUPDATE_CHECK=True \
-DAPPIMAGE_UPDATER_BRIDGE=True
-DAPPIMAGE_UPDATER_BRIDGE=True \
../
make