From 32d6e028d17dc2bd58219eb95a226e3a317dfb57 Mon Sep 17 00:00:00 2001 From: Win Dictation Dev Date: Thu, 11 Jun 2026 21:29:29 +1200 Subject: [PATCH] Update download link to Gitea Releases page --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c589525..35d2bef 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,9 @@ A push-to-talk speech-to-text utility for Windows. Press a hotkey, speak, and yo ## Quick Download -**[Download Latest Release (WinDictation.zip)](release/WinDictation.zip)** +**[Download Latest Release](https://git.quietidiot.com/michael-treadgold/win-dictate/releases)** -Extract the ZIP file and run `win-dictation.exe`. The release includes all required DLLs and a Whisper model. - -For new releases, run `.\src\package.ps1` after building, then attach `dist\WinDictation.zip` to a [Gitea Release](https://docs.gitea.com/usage/packages/overview) on your instance. +Go to the Releases page, download `WinDictation.zip`, extract, and run `win-dictation.exe`. The release includes all required DLLs and a Whisper model. ---