From dda6f0320f4b8dfee59f76b7e50a7051b232d620 Mon Sep 17 00:00:00 2001 From: moaedy Date: Fri, 15 May 2026 11:24:15 +0100 Subject: [PATCH] Wsl-ui --- bucket/wsl-ui.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/wsl-ui.json diff --git a/bucket/wsl-ui.json b/bucket/wsl-ui.json new file mode 100644 index 00000000000000..89dee669ef2a5a --- /dev/null +++ b/bucket/wsl-ui.json @@ -0,0 +1,34 @@ +{ + "version": "0.19.0", + "description": "A WSL2 Manager desktop application providing a GUI for managing WSL2 distros, settings, networking, and services. Built with Tauri, Vite, React, and TypeScript.", + "homepage": "https://github.com/octasoft-ltd/wsl-ui", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v0.19.0/WSL.UI_0.19.0_x64_portable.exe#/wsl-ui.exe", + "hash": "394d5f1b5cf9ee8415df871166645a974810f9ec499318b062138879aaa11407" + }, + "arm64": { + "url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v0.19.0/WSL.UI_0.19.0_arm64_portable.exe#/wsl-ui.exe", + "hash": "f2ae5fce94f51a7b0eee8db69aab89242707c6381f544613b4ffbb6604b65654" + } + }, + "bin": "wsl-ui.exe", + "shortcuts": [ + [ + "wsl-ui.exe", + "WSL UI" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v$version/WSL.UI_$version_x64_portable.exe#/wsl-ui.exe" + }, + "arm64": { + "url": "https://github.com/octasoft-ltd/wsl-ui/releases/download/v$version/WSL.UI_$version_arm64_portable.exe#/wsl-ui.exe" + } + } + } +}