We build the disk stuff for AppImage (which uses 16.04) so we might as well build...
authorCarl Hetherington <cth@carlh.net>
Sat, 25 Apr 2020 10:29:02 +0000 (12:29 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 25 Apr 2020 10:29:02 +0000 (12:29 +0200)
cscript

diff --git a/cscript b/cscript
index 2a9f1e497d60e8ea1ae2c8a5a1aade68907593c7..c857108775c410431f26368b6f3189384cdaae93 100644 (file)
--- 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