Hello everyone. I have been doing some development with Tauri recently and encountered some weird behavior. When I used yarn tauri dev the app came out all ok but when I used yarn tauri build and install the application bundle. The app is all sort of messed up, no css or anything.
Plus after finished building it threw this error.
/Users/runner/work/carpe/carpe/src-tauri/target/release/bundle/macos/carpe.app
/Users/runner/work/carpe/carpe/src-tauri/target/release/bundle/dmg/carpe_0.5.0_x64.dmg
/Users/runner/work/carpe/carpe/src-tauri/target/release/bundle/macos/carpe.app.tar.gz (updater)
Error Invalid byte 95, offset 7.
error Command failed with exit code 1.```
Rerun in --verbose reveal it was `Error [tauri_cli_node] Invalid byte 95, offset 7.` but not much else.