#Can't get tauri to build

4 messages · Page 1 of 1 (latest)

static remnant
#

Try running it like this WEBKIT_DISABLE_DMABUF_RENDERER=1 yarn tauri dev

supple canopy
#

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

sage wren
#

Can't get tauri to build

static remnant
#
  1. On build errors, always try again with the --verbose flag: yarn tauri build --verbose
  2. Since you're on arch try this NO_STRIP=true yarn tauri build