Skip to content

Commit

Permalink
Update WSL alpha2 support (#3097)
Browse files Browse the repository at this point in the history
* Update WSL alpha2 support

* fixed missing colons

* change dev to partial support and fix more typos
  • Loading branch information
PylotLight authored Dec 5, 2023
1 parent 8242834 commit 659f3fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkdocs-website/shared/alpha2.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" ",Mac,Windows,Linux
`wails init`,:material-check-bold:,:material-check-bold:,:material-check-bold:
`wails build`,:material-check-bold:,:material-check-bold:,:material-check-bold:
`wails dev`," ",:material-check-bold:," "
`wails package`," ",:material-check-bold:,:material-check-bold:
" ",Mac,Windows,Linux,WSL
`wails init`,:material-check-bold:,:material-check-bold:,:material-check-bold:,:material-check-bold:
`wails build`,:material-check-bold:,:material-check-bold:,:material-check-bold:,:material-check-bold:
`wails dev`," ",:material-check-bold:," ",:material-minus:
`wails package`," ",:material-check-bold:,:material-check-bold:,:material-check-bold:

0 comments on commit 659f3fa

Please sign in to comment.