#Can't get tauri to build
4 messages · Page 1 of 1 (latest)
piggybacking on fabians solution:
in package.json under scripts you can set "tauri": "WEBKIT_DISABLE_COMPOSITING_MODE=1 tauri"
so now you should be able to do yarn tauri dev without the extra webkit bit everytime
Can't get tauri to build
- On build errors, always try again with the --verbose flag:
yarn tauri build --verbose - Since you're on arch try this
NO_STRIP=true yarn tauri build