File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ trap 'cd "$OPWD"; [ -d "$TEMP_DIR" ] && rm -rf "$TEMP_DIR"' EXIT
2222export DBIN_INSTALL_DIR=" $BASE /binaryDependencies" #
2323export DBIN_NOCONFIG=" 1" #
2424# -Dependency-Revision-Tracking--------------------#
25- DWFS_VER=" 0.12.4 " #
25+ DWFS_VER=" 0.13.0 " #
2626# -------------------------------------------------#
2727
2828if [ " $( 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"
You can’t perform that action at this time.
0 commit comments