PrismPlay v0.1.2 — Packaging & CI fixes
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.