Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowtive

Flowtive Releases

Welcome to the Flowtive release repository. This repository hosts official, signed installation packages and release assets for the Flowtive desktop application, and is used as the hosting location for download links and Microsoft Store package submissions.

⚠️ No application source code lives here. This repository is for distributable binaries and release notes only. The source code is in the main repository: programmerlapar/flowtive-app.

It also hosts the public privacy policy used for Chrome Web Store submissions:

  • Use this URL in Chrome Web Store: https://raw.githubusercontent.com/programmerlapar/flowtive-releases/main/PRIVACY_POLICY.md
  • If GitHub Pages is enabled later, privacy-policy.html can be served as a dedicated webpage

What belongs here

  • Signed release installers only — no nightly or debug builds
  • Release notes for each published version
  • Checksums (optional but recommended) for download integrity verification

Latest release

The most recent version is Flowtive 1.4.2. See the Releases page for the latest installer and full release notes.

Release conventions

  • Repository visibility: Public (required so Microsoft can fetch installers)
  • Tag format: vX.Y.Z
  • Release title: Flowtive X.Y.Z
  • Asset name: Flowtive-X.Y.Z-x64.exe
  • Optional checksum: Flowtive-X.Y.Z-x64.exe.sha256.txt

Microsoft Store package URL

Use the versioned release asset URL (not releases/latest) when submitting to Partner Center:

https://github.com/<owner>/flowtive-releases/releases/download/vX.Y.Z/Flowtive-X.Y.Z-x64.exe

Always target a specific version so Store submissions stay reproducible.

Publishing a release

  1. Build and code-sign the Windows installer.
  2. Copy the installer path.
  3. Run one of the following commands.

macOS / Linux / Git Bash:

./scripts/publish-release.sh \
  --version 1.4.2 \
  --asset /absolute/path/to/Flowtive-1.4.2-x64.exe

Windows PowerShell:

.\scripts\publish-release.ps1 `
  -Version 1.4.2 `
  -Asset "C:\absolute\path\to\Flowtive-1.4.2-x64.exe" `
  -Repo "programmerlapar/flowtive-releases"
  1. Copy the resulting asset URL into Partner Center.

Notes

  • Never replace an existing asset for a published version.
  • Create a new tag and release for each release.
  • Keep the repository public so Microsoft can fetch the installer and users can download updates.

Related resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages