summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-20 12:01:26 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-20 12:01:26 +0200
commit90eafd3c38f831e2bfa4e5e2c4868f0cd42124c0 (patch)
treea11a4406ecbdd477185b526249483ba8b0cc7ea4
parent4ee83040c891a5fc8e956fe1a3e20e4179df606a (diff)
DROP: don't build disk on appimage.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 458991e78..ee2be719b 100644
--- a/cscript
+++ b/cscript
@@ -306,7 +306,7 @@ def can_build_disk(target):
if target.distro == 'debian' and target.version != '9':
return True
if target.detail == 'appimage':
- return True
+ return False
if target.distro == 'fedora' and int(target.version) >= 31:
return True
if target.distro == 'centos' and target.version != '7':