From 224c90dc3a316f4cfe8cae1c87bf8df50176a8fd Mon Sep 17 00:00:00 2001 From: icedwater Date: Mon, 12 Jan 2026 10:02:07 +0800 Subject: [PATCH] (typo): update windows manual install script - replace "Dowloading" with "Downloading" --- app/install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/install.cmd b/app/install.cmd index 02c8e925..3060ef8e 100755 --- a/app/install.cmd +++ b/app/install.cmd @@ -17,7 +17,7 @@ $dir = "bin" new-item -Name $dir -ItemType directory -Force -Write-Host Dowloading latest release +Write-Host Downloading latest release Invoke-WebRequest $download -Out $zip Remove-Item $dir\* -Recurse -Force -ErrorAction SilentlyContinue