Fixed bug preventing windows builds

This commit is contained in:
Alois 2026-04-06 17:27:33 +01:00
commit b2b8b38c95

View file

@ -5,9 +5,9 @@
"mainBinaryName": "tensamin",
"identifier": "net.tensamin.client",
"build": {
"beforeDevCommand": "cd ../web && bun run dev && cd -",
"beforeDevCommand": "cd ../web && bun run dev && cd ../tauri",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "cd ../web && bun run build && cd -",
"beforeBuildCommand": "cd ../web && bun run build && cd ../tauri",
"frontendDist": "../../web/dist"
},
"app": {