Skip to content

Commit a8fe68b

Browse files
committed
1 parent 2d53f89 commit a8fe68b

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

bucket/wsl-ui.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "0.19.0",
3+
"description": "A WSL2 Manager desktop application providing a GUI for managing WSL2 distros, settings, networking, and services. Built with Tauri, Vite, React, and TypeScript.",
4+
"homepage": "https://github.com/octasoft-ltd/wsl-ui",
5+
"license": "GPL-3.0-only",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v0.19.0/WSL.UI_0.19.0_x64_portable.exe#/wsl-ui.exe",
9+
"hash": "394d5f1b5cf9ee8415df871166645a974810f9ec499318b062138879aaa11407"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v0.19.0/WSL.UI_0.19.0_arm64_portable.exe#/wsl-ui.exe",
13+
"hash": "f2ae5fce94f51a7b0eee8db69aab89242707c6381f544613b4ffbb6604b65654"
14+
}
15+
},
16+
"bin": "wsl-ui.exe",
17+
"shortcuts": [
18+
[
19+
"wsl-ui.exe",
20+
"WSL UI"
21+
]
22+
],
23+
"checkver": "github",
24+
"autoupdate": {
25+
"architecture": {
26+
"64bit": {
27+
"url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v$version/WSL.UI_$version_x64_portable.exe#/wsl-ui.exe"
28+
},
29+
"arm64": {
30+
"url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v$version/WSL.UI_$version_arm64_portable.exe#/wsl-ui.exe"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)