We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeef8ea commit 6cf320bCopy full SHA for 6cf320b
android-tools-appimage.sh
100644
100755
@@ -6,7 +6,7 @@ APPDIR="$APP".AppDir
6
SITE="https://dl.google.com/android/repository/platform-tools-latest-linux.zip"
7
ICON="https://github.com/pkgforge-dev/android-tools-AppImage/blob/main/Android.png?raw=true"
8
APPIMAGETOOL="https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
9
-SHARUN="https://bin.ajam.dev/$(uname -m)/sharun"
+SHARUN="https://github.com/VHSgunzo/sharun/releases/latest/download/sharun-$(uname -m)"
10
LIB4BIN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
11
12
# CREATE DIRECTORIES AND DOWNLOAD THE ARCHIVE
0 commit comments