Skip to content

Commit 6cf320b

Browse files
committed
fix sharun release url
1 parent eeef8ea commit 6cf320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-tools-appimage.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ APPDIR="$APP".AppDir
66
SITE="https://dl.google.com/android/repository/platform-tools-latest-linux.zip"
77
ICON="https://github.com/pkgforge-dev/android-tools-AppImage/blob/main/Android.png?raw=true"
88
APPIMAGETOOL="https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
9-
SHARUN="https://bin.ajam.dev/$(uname -m)/sharun"
9+
SHARUN="https://github.com/VHSgunzo/sharun/releases/latest/download/sharun-$(uname -m)"
1010
LIB4BIN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
1111

1212
# CREATE DIRECTORIES AND DOWNLOAD THE ARCHIVE

0 commit comments

Comments
 (0)