iblai-vibe-windows-msix
Installation
SKILL.md
Build Windows MSIX
Build and distribute your Tauri app as a Windows MSIX package for sideloading (test) or Microsoft Store (release).
Test Build (Sideloading)
For local development and testing on your own machine.
Prerequisites
-
Enable Developer Mode (one-time):
Settings > Update & Security > For developers > Developer Mode: ON -
Rust toolchain installed (
rustc --version) -
Dependencies installed (
pnpm install)