aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-04-06 14:47:04 +0200
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-04-06 14:47:04 +0200
commit68bc1b64cd18cbb51c1f41979ad26893c36c007b (patch)
tree87e66798fc095f326bca4045aadcd9ce546f5414 /justfile
parent27edc40c89932b97a2699d0495fc022632d73d36 (diff)
Require dist before package-appimage
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 9a3de94..ea0252b 100644
--- a/justfile
+++ b/justfile
@@ -98,7 +98,7 @@ _fetch-linuxdeploy:
@chmod +x {{linuxdeploy}}
# Builds an AppImage
-package-appimage: _ensure-distdir (build-container appimage_container) _fetch-linuxdeploy && (_clean-image appimage_container)
+package-appimage: _ensure-distdir (build-container appimage_container) dist _fetch-linuxdeploy && (_clean-image appimage_container)
#!/usr/bin/env bash
echo "=== Building AppImage ==="
staging="$(mktemp -d)"