mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix package name for windows nightly
Also remove the 2020 specific packages. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
ce57256327
commit
ef88355248
2 changed files with 1 additions and 11 deletions
|
@ -53,15 +53,9 @@ PACKAGES = {
|
|||
'linux': [
|
||||
'release/servo-tech-demo.tar.gz',
|
||||
],
|
||||
'linux-layout2020': [
|
||||
'release/servo-tech-demo.tar.gz',
|
||||
],
|
||||
'mac': [
|
||||
'release/servo-tech-demo.dmg',
|
||||
],
|
||||
'mac-layout2020': [
|
||||
'release/servo-tech-demo.dmg',
|
||||
],
|
||||
'macbrew': [
|
||||
'release/brew/servo.tar.gz',
|
||||
],
|
||||
|
@ -73,10 +67,6 @@ PACKAGES = {
|
|||
r'release\msi\Servo.exe',
|
||||
r'release\msi\Servo.zip',
|
||||
],
|
||||
'windows-msvc-layout2020': [
|
||||
r'release\msi\Servo.exe',
|
||||
r'release\msi\Servo.zip',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue