mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-05 15:20:40 +08:00
resolveAsset() built `file:///` + a POSIX absolute path (which already starts with /), yielding `file:////Users/...` (four slashes). Split the branch: POSIX paths get `file://` + path (three slashes total), Windows drive paths keep the explicit extra slash. Same fix across the five compositions that share resolveAsset(). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> (cherry picked from commit 226a52d1e9b56b9da8b94e8e95ef6b753666abb0)