Tauri macOS dev buiild/bundle (#138)

* try do build

* fixes

* do build

* change config
This commit is contained in:
Nikita
2024-09-05 12:34:46 +03:00
committed by GitHub
parent 73abce0c2b
commit 8bd659ec6c
3 changed files with 38 additions and 39 deletions

View File

@@ -1,12 +1,11 @@
{
"productName": "learn-anything",
"productName": "Learn Anything",
"version": "0.1.0",
"identifier": "xyz.learn-anything",
"identifier": "xyz.learnanything.desktop",
"build": {
"frontendDist": "../out",
"frontendDist": "https://dev.learn-anything.xyz",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "bun dev",
"beforeBuildCommand": "bun build"
"beforeDevCommand": "bun dev"
},
"app": {
"windows": [
@@ -15,8 +14,7 @@
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false,
"url": "http://localhost:3000"
"fullscreen": false
}
],
"security": {