From 320e21b953dde4eae185c65546f871ad0803dd0f Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sat, 22 Jul 2023 07:47:12 +0200 Subject: [PATCH] Update Makefile --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index fc1d4103..0a994bc0 100644 --- a/Makefile +++ b/Makefile @@ -19,16 +19,6 @@ windows-release: flutter_distributor package --platform windows --targets exe linux-release: - which locate && \ - if [ $$? != 0 ]; then \ - sudo apt install locate; \ - fi && \ - which appimagetool && \ - if [ $$? != 0 ]; then \ - wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" && \ - chmod +x appimagetool && \ - mv appimagetool /usr/local/bin/; \ - fi && \ flutter_distributor package --platform linux --targets appimage android-libs: