From 5ac0dfebfa79781e524af107851f9756fbaf8b99 Mon Sep 17 00:00:00 2001 From: AdamN <7974720+anr2me@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:40:11 +0700 Subject: [PATCH] Set version using the first argument --- scripts/makeappimage_64-bit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makeappimage_64-bit.sh b/scripts/makeappimage_64-bit.sh index 0ecd31e54f..a0296399ee 100644 --- a/scripts/makeappimage_64-bit.sh +++ b/scripts/makeappimage_64-bit.sh @@ -6,7 +6,7 @@ ARCH="$(uname -m)" LIB4BN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin" URUNTIME="https://github.com/VHSgunzo/uruntime/releases/latest/download/uruntime-appimage-dwarfs-$ARCH" UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*$ARCH.AppImage.zsync" -VERSION=test +VERSION=${1:-test} SYS_LIB_DIR="/usr/lib" if [ -d /usr/lib/"$ARCH"-linux-gnu ]; then