Skip to content

Commit

Permalink
Merge pull request #65 from forky2/main
Browse files Browse the repository at this point in the history
Add cli-alpine to list of platforms downloaded.
  • Loading branch information
LOLINTERNETZ authored May 8, 2024
2 parents cab951e + cb5c0d6 commit d6fcf63
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"]
PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "cli-alpine"]
ARCHITECTURES = ["", "x64"]
BUILDTYPES = ["", "archive", "user"]
QUALITIES = ["stable", "insider"]
Expand Down

0 comments on commit d6fcf63

Please sign in to comment.