Skip to content

fix(release): publish standalone desktop binaries#217

Merged
ThisIs-Developer merged 1 commit into
mainfrom
codex/standalone-release-assets
Jul 14, 2026
Merged

fix(release): publish standalone desktop binaries#217
ThisIs-Developer merged 1 commit into
mainfrom
codex/standalone-release-assets

Conversation

@ThisIs-Developer

Copy link
Copy Markdown
Owner

What changed

  • build each Neutralino platform target separately with embedded resources
  • publish seven self-contained release binaries instead of a portable application ZIP
  • fail the release build if any expected platform binary is missing
  • document the standalone distribution layout

Why

The previous workflow copied executables from a portable bundle without embedding resources.neu. A downloaded executable therefore lacked the application resources and could fall back to the Neutralino website.

Building one target at a time keeps memory use bounded while producing independent Windows, Linux, and macOS downloads.

Validation

  • npm run build
  • generated exactly seven binaries with no resources.neu and no application ZIP
  • verified Linux ELF, macOS Mach-O, and Windows PE signatures
  • launched the Windows binary and confirmed the Markdown Viewer window
  • uploaded the v3.9.2 release assets and downloaded them back; all SHA-256 hashes matched

@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
markdown-viwer Ready Ready Preview, Comment Jul 14, 2026 10:34am

@ThisIs-Developer ThisIs-Developer marked this pull request as ready for review July 14, 2026 10:36
@ThisIs-Developer ThisIs-Developer merged commit e4a6a66 into main Jul 14, 2026
5 checks passed
@ThisIs-Developer ThisIs-Developer deleted the codex/standalone-release-assets branch July 14, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant