diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2026-02-26 01:59:06 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-04-10 18:24:53 -0700 |
| commit | 3cbd6bd79c8d26079be5b39583e3d7c10567acb2 (patch) | |
| tree | aec14c120fbf78fdbd4dc782f17312aa38b2cdad /guix | |
| parent | f303403ec380dc27be0f4ffc3ab1bbd72b6bd9ed (diff) | |
gnu: appimage-type-2-runtime: Update to continuous-1.caf24f9.
The runtime-fuse3 binary was renamed to runtime.
* gnu/packages/appimage.scm (appimage-type2-runtime):
Update to continuous-1.caf24f9.
* guix/scripts/pack.scm (self-contained-appimage):
[runtime-path]: Use new runtime name.
Change-Id: Ibbb1fcb6ca914764c37addb62c8234b49cc93bd5
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'guix')
| -rw-r--r-- | guix/scripts/pack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index 722c707e50..f46abc44d6 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -999,7 +999,7 @@ added to the pack." (warning (G_ "AppImages should be built with the --relocatable flag~%")))) (define runtime-package appimage-type2-runtime) - (define runtime-path "bin/runtime-fuse3") + (define runtime-path "bin/runtime") (define %valid-compressors '("gzip" "zstd")) (let ((compressor-name (compressor-name compressor))) |
