diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-22 10:12:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-22 15:42:11 +0200 |
| commit | 19562f913b530adc5f11c48e257300c1869d019a (patch) | |
| tree | 9ee0be81c548c42bf1ca59a6dbee5d19ff65acab | |
| parent | 3b63427fd27ea6bebb6dbe6ac463b30fd84d152c (diff) | |
Build disk writer on more Fedora versions.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ def can_build_disk(target): return True if target.detail == 'appimage': return True - if target.distro == 'fedora' and target.version == '31': + if target.distro == 'fedora' and int(target.version) >= 31: return True if target.distro == 'centos' and target.version == '8': return True |
