From 19562f913b530adc5f11c48e257300c1869d019a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Apr 2021 10:12:43 +0200 Subject: [PATCH] Build disk writer on more Fedora versions. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index ea8056c5d..b6f6ce5d1 100644 --- a/cscript +++ b/cscript @@ -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 -- 2.30.2