summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-21 22:55:46 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-17 16:47:26 +0200
commit92523a2d615e62a90a697e32d729641e72c2e545 (patch)
tree8b7174c45c6cca48d303aff6ebc089d4cbda919c
parent08715beb8b2a4dd60f7e08ffde0f0d1f4c99abb2 (diff)
Don't build the disk writer for AppImage.
-rw-r--r--cscript2
1 files changed, 0 insertions, 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':