From 960eae260a34f137e8629a419d590289081e52d6 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Tue, 29 Sep 2020 19:11:10 +0200 Subject: [PATCH] Drop API KEY Starting with 3.6, Minitube is using the invidious API. The Google API key is no longer needed. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c15ef69..046b3b8 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export QT_SELECT=qt5 dh $@ override_dh_auto_configure:: - dh_auto_configure -- DEFINES+=APP_GOOGLE_API_KEY=AIzaSyAIczxoTHgsF_OC--oXGtM0029Gv3JDRzc + dh_auto_configure override_dh_auto_install:: dh_auto_install --destdir=debian/tmp -- 2.39.5