diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-25 12:29:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-25 12:29:02 +0200 |
| commit | 1abf1e40db905605d07c8e6e5f52a56802d14a36 (patch) | |
| tree | 137f67ddbf7346eda35393a600a5feffcdcd92fb | |
| parent | c31ce8f12d8ff1677cbb8d41e082ba235dc2cf04 (diff) | |
We build the disk stuff for AppImage (which uses 16.04) so we might as well build for 16.04 as well.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
