Skip to content

Commit fdf2937

Browse files
Merge pull request #69 from jonathan-dove/patch-1
Add server-linux-legacy to PLATFORMS in vsc.py
2 parents f4de4ba + f5c1812 commit fdf2937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscoffline/vsc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Any, Dict, List, Union
88
import logging as log
99

10-
PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "cli-alpine"]
10+
PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "server-linux-legacy", "cli-alpine"]
1111
ARCHITECTURES = ["", "x64"]
1212
BUILDTYPES = ["", "archive", "user"]
1313
QUALITIES = ["stable", "insider"]

0 commit comments

Comments
 (0)