Skip to content

PrismPlay v0.1.2 — Packaging & CI fixes

Choose a tag to compare

@Emir2099 Emir2099 released this 16 Oct 20:04
· 16 commits to main since this release

PrismPlay v0.1.2 — Packaging & CI fixes

Summary

Improvements to the build and CI pipeline so Windows installers are packaged reliably.
Fixed packaging file inclusion so the Electron main process is bundled inside the app.asar.
CI publishing scaffolding updated (workflows and build steps) so Releases contain the required artifacts.

Changes

Ensure compiled electron files are included in the packaged asar (fixes missing main.js at runtime).
Fixes to GitHub Actions build steps so UI + electron builds run before packaging.
Minor dependency and lockfile updates used by the CI runner.

Why install

More reliable Windows installer builds.
Prepares the project for automatic update publishing in subsequent releases.