summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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