Add CEF runtime to Linux builds (#494)

This commit is contained in:
Gregory Schier
2026-07-03 14:22:47 -07:00
committed by GitHub
parent 1206d5889d
commit cc05fec59d
21 changed files with 1410 additions and 210 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"beforeBuildCommand": "npm --prefix ../.. run client:tauri-before-build",
"beforeDevCommand": "npm --prefix ../.. run client:tauri-before-dev",
"devUrl": "http://localhost:1420",
"frontendDist": "../../dist/apps/yaak-client"
"frontendDist": "../../dist/apps/yaak-client",
"features": ["wry"]
},
"app": {
"withGlobalTauri": false,