From: Carl Hetherington Date: Fri, 7 May 2021 22:30:15 +0000 (+0200) Subject: Build disk writer for Ubuntu 21.04. X-Git-Tag: v2.15.144~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f7991cd93c90416a2759c8146d6998ff15f204ec Build disk writer for Ubuntu 21.04. --- diff --git a/cscript b/cscript index f8347071a..af3e87ec7 100644 --- a/cscript +++ b/cscript @@ -208,7 +208,7 @@ def can_build_disk(target): if target.platform == 'osx': return True if target.platform == 'linux': - if target.distro == 'ubuntu' and target.version in ['18.04', '20.04', '20.10']: + if target.distro == 'ubuntu' and target.version in ['18.04', '20.04', '20.10', '21.04']: return True if target.distro == 'debian' and target.version == '10': return True