From ff57527936b2b12b2e69774827b7d366e3579fd2 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sun, 10 Jul 2022 11:10:49 +0600 Subject: [PATCH] Fixed AppImage wrong size issue --- linux/packaging/appimage/make_config.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linux/packaging/appimage/make_config.yaml b/linux/packaging/appimage/make_config.yaml index 393c4cd2..fe3b56b7 100644 --- a/linux/packaging/appimage/make_config.yaml +++ b/linux/packaging/appimage/make_config.yaml @@ -1,6 +1,2 @@ appId: oss.krtirtho.spotube -icon: assets/spotube-logo.png - -include: - - libgstreamer1.0-dev - - libgstreamer-plugins-base1.0-dev +icon: assets/spotube-logo.png \ No newline at end of file