Releases: keejkrej/lisca
Releases · keejkrej/lisca
studio
Fix packaged desktop apps to start and show Lisca branding. Stage shared Electron main scripts and brand assets into installers, resolve modules in dev and prod, bundle wait-on as a runtime dependency, and apply the Windows exe icon via rcedit when unsigned builds skip winCodeSign. Co-authored-by: Cursor <cursoragent@cursor.com>
v0.2.0
fix(tauri): drop web CLI; watch dev server; tidy docs workspace Remove the Rust \web\ subcommand and HTTP stack—browser dev stays on Vite (\dev:*-web\). Keep \server\ plus default window mode. Run \dev:server\ via \cargo watch\ so Rust changes rebuild headless RPC like tauri dev. Trim workspace Cargo.toml (remove stray member) and lockfile deps. README: document all three dev:*-server scripts and cargo-watch install. Co-authored-by: Cursor <cursoragent@cursor.com>