#!/bin/bash # Cross-compile JellyTau for Windows from Linux, producing an NSIS installer. # # Uses the OFFICIAL Tauri cross-compile path (https://v2.tauri.app/distribute/ # windows-installer/): the MSVC target driven by cargo-xwin, which downloads the # MSVC CRT/Windows SDK headers and links with lld. This is the target Tauri # officially supports for Windows (the mingw/GNU target is not), and unlike GNU # it can bundle the NSIS installer from a Linux host. # # Playback on Windows: video renders via WebView2 and audio via the webview #