tauri/.changes/asset-path.md
2021-08-22 16:12:45 -03:00

8 lines
189 B
Markdown

---
"api": patch
"tauri": patch
---
Fix missing asset protocol path.Now the protocol is `https://asset.localhost/path/to/file` on Windows. Lunix and macOS
is still `asset://path/to/file`.