Skip to content

Commit a4ad5a6

Browse files
committed
Update
1 parent 4db6a09 commit a4ad5a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/appimage/make-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ APPDIR="${WORK_DIR}/AppDir"
1616
FINAL_OUTPATH="${SCRIPT_DIR}/dist"
1717

1818
# ── Tooling check ────────────────────────────────────────────────────
19-
for tool in quick-sharun sharun cc awk find ldd strings; do
19+
for tool in quick-sharun cc awk find ldd strings; do
2020
command -v "$tool" >/dev/null || {
2121
echo "ERROR: '$tool' not found in PATH" >&2
22-
echo "Install sharun + quick-sharun into ~/.local/bin/" >&2
22+
echo "Install quick-sharun (and ideally sharun) into ~/.local/bin/" >&2
2323
exit 1
2424
}
2525
done

0 commit comments

Comments
 (0)