summary refs log tree commit diff
path: root/app/Tauri.toml
blob: 76172026967f49999966c4c4881fe8ab0442dc3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
identifier = "foxfleet"

[build]
dev-url = "http://localhost:5173"
frontend-dist = "../ui/dist/"

before-dev-command.cwd = "../ui/"
before-dev-command.script = "npx vite"

before-build-command.cwd = "../ui/"
before-build-command.script = "npx vite build"

[[app.windows]]
title = "Foxfleet"
width = 800
height = 600

[bundle]
active = true

[plugins.deep-link.desktop]
schemes = [
  "dev.tempest.foxfleet"
]