mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 11:43:06 +03:00
8 lines
189 B
Markdown
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`.
|