Time: ~30 minutes | Tool: Windows PowerShell (NOT WSL!)
cd D:\qontinui-root\qontinui-runner
npm run tauri buildOutput: src-tauri\target\release\bundle\msi\Qontinui Runner_0.1.0_x64_en-US.msi
cd src-tauri\target\release\bundle\msi
.\Qontinui` Runner_0.1.0_x64_en-US.msiVerify app launches.
certutil -hashfile "Qontinui Runner_0.1.0_x64_en-US.msi" SHA256 > checksums.txt- Go to: https://github.com/qontinui/qontinui-runner/releases
- Click "Draft a new release"
- Tag:
v0.1.0 - Title:
Qontinui Runner v0.1.0 - Copy description from:
release-notes-v0.1.0.md(in this directory) - Upload:
Qontinui Runner_0.1.0_x64_en-US.msiandchecksums.txt - Check "This is a pre-release"
- Click "Publish release"
Edit README.md, find the Installation section, add:
### Download Pre-built Binaries
**Latest Release: [v0.1.0](https://github.com/qontinui/qontinui-runner/releases/tag/v0.1.0)**
**Windows:**
- [Download MSI Installer](https://github.com/qontinui/qontinui-runner/releases/download/v0.1.0/Qontinui.Runner_0.1.0_x64_en-US.msi)
**macOS / Linux:**
- Build from source (instructions below)Then commit:
git add README.md
git commit -m "Add download links for v0.1.0 release"
git push origin mainYour runner is published and ready to mention on HN.
If you run into issues: See QONTINUI-RUNNER-BUILD-GUIDE.md for troubleshooting.