Fixed bug preventing windows builds
This commit is contained in:
parent
ee14b046fa
commit
b2b8b38c95
1 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue