From 7a62e4fb8a32ac4064ae366bef23ed7100c26e69 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 27 Nov 2025 11:42:04 +0100 Subject: Don't build disk writer on the "old" appimage. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1831d2aa3..c29e04834 100644 --- a/cscript +++ b/cscript @@ -305,7 +305,7 @@ def can_build_disk(target): return True if target.distro == 'debian' and target.version != '9': return True - if target.detail == 'appimage': + if target.detail == 'appimage' and target.version != '14.04': return True if target.distro == 'fedora' and int(target.version) >= 31: return True -- cgit v1.2.3