Skip to content

Commit 6d70443

Browse files
authored
fix leftover --runtime-file flag (#66)
1 parent 61d7a45 commit 6d70443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ cd "${TMP_DIR}"
103103
URUNTIME_PRELOAD=1 appimagetool --comp zstd \
104104
--mksquashfs-opt -Xcompression-level --mksquashfs-opt 22 \
105105
--mksquashfs-opt -b --mksquashfs-opt 1M \
106-
-u "${UPINFO}" "${APP_DIR}" --runtime-file /usr/local/bin/uruntime
106+
-u "${UPINFO}" "${APP_DIR}"

0 commit comments

Comments
 (0)