From 68bc1b64cd18cbb51c1f41979ad26893c36c007b Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Mon, 6 Apr 2026 14:47:04 +0200 Subject: Require dist before package-appimage --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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)" -- cgit