2 Commits

Author SHA1 Message Date
github-actions[bot]
8f61a926c1 Automated documentation update [skip ci] 2023-09-20 17:08:54 +00:00
784f92b374 [wine] Update devcontainer-feature.json 2023-09-20 20:08:15 +03:00
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ Installs Wine.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | - | string | latest |
| version | Version of Wine | string | latest |
## OS Support

View File

@@ -3,13 +3,15 @@
"id": "wine",
"version": "0.0.3",
"description": "Installs Wine.",
"documentationURL": "https://github.com/Maks1mS/devcontainers-features/tree/main/src/wine",
"options": {
"version": {
"type": "string",
"default": "latest"
"default": "latest",
"description": "Version of Wine"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
}