aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index 2d7efcd13c3..df6e6443f6c 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -54,6 +54,9 @@ PACKAGES = {
'linux': [
'target/release/servo-tech-demo.tar.gz',
],
+ 'linux-layout2020': [
+ 'target/release/servo-tech-demo.tar.gz',
+ ],
'mac': [
'target/release/servo-tech-demo.dmg',
],