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:
parent
837416b903
commit
e9665d517a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user