Skip to content

Commit 15552e9

Browse files
authored
Update cbuild.sh
1 parent 2759fd0 commit 15552e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trap 'cd "$OPWD"; [ -d "$TEMP_DIR" ] && rm -rf "$TEMP_DIR"' EXIT
2222
export DBIN_INSTALL_DIR="$BASE/binaryDependencies" #
2323
export DBIN_NOCONFIG="1" #
2424
# -Dependency-Revision-Tracking--------------------#
25-
DWFS_VER="0.12.4" #
25+
DWFS_VER="0.13.0" #
2626
# -------------------------------------------------#
2727

2828
if [ "$(uname -m)" = "aarch64" ]; then
@@ -63,7 +63,7 @@ build_appbundle_runtime() {
6363
export DBIN_INSTALL_DIR="$BASE/appbundle-runtime/binaryDependencies"
6464
mkdir -p "$DBIN_INSTALL_DIR"
6565
# Fetch required tools using curl and dbin
66-
curl -sL "https://github.com/mhx/dwarfs/releases/download/v$DWFS_VER/dwarfs-fuse-extract-mimalloc-$DWFS_VER-Linux-$(uname -m)" -o "$DBIN_INSTALL_DIR/dwarfs"
66+
curl -sL "https://github.com/mhx/dwarfs/releases/download/v$DWFS_VER/dwarfs-fuse-extract-$DWFS_VER-$(uname -o)-$(uname -m).upx" -o "$DBIN_INSTALL_DIR/dwarfs"
6767
chmod +x "$DBIN_INSTALL_DIR/dwarfs"
6868
curl -sL "https://github.com/VHSgunzo/squashfuse-static/releases/latest/download/squashfuse_ll-musl-mimalloc-$(uname -m)" -o "$DBIN_INSTALL_DIR/squashfuse"
6969
chmod +x "$DBIN_INSTALL_DIR/squashfuse"

0 commit comments

Comments
 (0)