We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db6a09 commit a4ad5a6Copy full SHA for a4ad5a6
1 file changed
src/appimage/make-appimage.sh
@@ -16,10 +16,10 @@ APPDIR="${WORK_DIR}/AppDir"
16
FINAL_OUTPATH="${SCRIPT_DIR}/dist"
17
18
# ── Tooling check ────────────────────────────────────────────────────
19
-for tool in quick-sharun sharun cc awk find ldd strings; do
+for tool in quick-sharun cc awk find ldd strings; do
20
command -v "$tool" >/dev/null || {
21
echo "ERROR: '$tool' not found in PATH" >&2
22
- echo "Install sharun + quick-sharun into ~/.local/bin/" >&2
+ echo "Install quick-sharun (and ideally sharun) into ~/.local/bin/" >&2
23
exit 1
24
}
25
done
0 commit comments