Update Makefile

This commit is contained in:
Hiddify
2023-07-22 07:47:12 +02:00
committed by GitHub
parent 0f489201ed
commit 320e21b953

View File

@@ -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: