I have a third party map engine in my app. I'm setting the asset url to fonts folder that is part of the angular apps assets that get deployed to the dist folder.
I have been testing with tauri build -- --debug on Mac and when I use assetUrl = 'tauri://localhost/assets/fonts'; and give that to the map it works as expected.
On Windows I get fetch errors like this using the same format:
Fetch API cannot load tauri://localhost/assets/fonts/arial-unicode-ms-regular/0-255.pbf. URL scheme "tauri" is not supported.