diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 14:47:04 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 14:47:04 +0200 |
| commit | 68bc1b64cd18cbb51c1f41979ad26893c36c007b (patch) | |
| tree | 87e66798fc095f326bca4045aadcd9ce546f5414 /justfile | |
| parent | 27edc40c89932b97a2699d0495fc022632d73d36 (diff) | |
Require dist before package-appimage
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |