mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Disable automatic updater
This commit is contained in:
parent
a021472dd1
commit
2146b71cff
3
debian/rules
vendored
3
debian/rules
vendored
@ -11,7 +11,8 @@ override_dh_auto_configure:
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DUNIT_TESTING=ON \
|
||||
-DEXTERNAL_VERSION=$(DEB_VERSION) \
|
||||
-DPLUGIN_INSTALL_DIR=/usr/lib/$(DEB_HOST_GNU_TYPE)/qt5/plugins
|
||||
-DPLUGIN_INSTALL_DIR=/usr/lib/$(DEB_HOST_GNU_TYPE)/qt5/plugins \
|
||||
-DBUILD_UPDATER=OFF
|
||||
|
||||
override_dh_auto_test-arch:
|
||||
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user