diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-27 11:42:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-27 11:42:04 +0100 |
| commit | 7a62e4fb8a32ac4064ae366bef23ed7100c26e69 (patch) | |
| tree | d1c0d3a74ebbb3ffcd962787bd20256b76203627 | |
| parent | 4ef7662ca390eacd62b85bdf1346fa0a446af543 (diff) | |
Don't build disk writer on the "old" appimage.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
