diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:55:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-17 16:47:26 +0200 |
| commit | 92523a2d615e62a90a697e32d729641e72c2e545 (patch) | |
| tree | 8b7174c45c6cca48d303aff6ebc089d4cbda919c | |
| parent | 08715beb8b2a4dd60f7e08ffde0f0d1f4c99abb2 (diff) | |
Don't build the disk writer for AppImage.
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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': |
