Skip to content

Commit

Permalink
Merge pull request #69 from jonathan-dove/patch-1
Browse files Browse the repository at this point in the history
Add server-linux-legacy to PLATFORMS in vsc.py
  • Loading branch information
tristan-morris authored Dec 18, 2024
2 parents f4de4ba + f5c1812 commit fdf2937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscoffline/vsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import Any, Dict, List, Union
import logging as log

PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "cli-alpine"]
PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "server-linux-legacy", "cli-alpine"]
ARCHITECTURES = ["", "x64"]
BUILDTYPES = ["", "archive", "user"]
QUALITIES = ["stable", "insider"]
Expand Down

0 comments on commit fdf2937

Please sign in to comment.