From 1abf1e40db905605d07c8e6e5f52a56802d14a36 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 25 Apr 2020 12:29:02 +0200 Subject: [PATCH] We build the disk stuff for AppImage (which uses 16.04) so we might as well build for 16.04 as well. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 2a9f1e497..c85710877 100644 --- a/cscript +++ b/cscript @@ -217,7 +217,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', '19.10', '20.04']: + if target.distro == 'ubuntu' and target.version in ['16.04', '18.04', '19.10', '20.04']: return True if target.distro == 'debian' and target.version == '10': return True -- 2.30.2