Skip to content

Commit 5154695

Browse files
authored
update uruntime
VHSgunzo/uruntime#18
1 parent 8298825 commit 5154695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/uruntime2appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARCH=${ARCH:-$(uname -m)}
1313
APPDIR=${APPDIR:-$PWD/AppDir}
1414
OUTPATH=${OUTPATH:-$PWD}
1515
DWARFS_COMP="${DWARFS_COMP:-zstd:level=22 -S26 -B6}"
16-
URUNTIME_LINK=${URUNTIME_LINK:-https://github.com/VHSgunzo/uruntime/releases/download/v0.4.7/uruntime-appimage-dwarfs-lite-$ARCH}
16+
URUNTIME_LINK=${URUNTIME_LINK:-https://github.com/VHSgunzo/uruntime/releases/download/v0.4.8/uruntime-appimage-dwarfs-lite-$ARCH}
1717
DWARFS_LINK=${DWARFS_LINK:-https://github.com/mhx/dwarfs/releases/download/v0.14.1/dwarfs-universal-0.14.1-Linux-$ARCH}
1818
TMPDIR=${TMPDIR:-/tmp}
1919
DWARFS_CMD="${DWARFS_CMD:-$TMPDIR/mkdwarfs}"

0 commit comments

Comments
 (0)