From 92523a2d615e62a90a697e32d729641e72c2e545 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Sep 2025 22:55:46 +0200 Subject: Don't build the disk writer for AppImage. --- cscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/cscript b/cscript index ad5be345f..c5cdd6bf4 100644 --- a/cscript +++ b/cscript @@ -305,8 +305,6 @@ def can_build_disk(target): return True if target.distro == 'debian' and target.version != '9': return True - if target.detail == 'appimage': - return True if target.distro == 'fedora' and int(target.version) >= 31: return True if target.distro == 'centos' and target.version != '7': -- cgit v1.2.3