bkbh/Tauri.toml
Bianca Fürstenau c1e63fa761 Break build
2025-03-07 16:10:06 +01:00

26 lines
564 B
TOML

"$schema" = "https://schema.tauri.app/config/2"
identifier = "de.mathebau.bkbh"
productName = "Nein!"
version = "0.1.0"
[build]
before-build-command = "cd bkbh && trunk build"
before-dev-command = "cd bkbh && trunk serve"
dev-url = "http://localhost:1420"
features = ["tauri"]
frontend-dist = "www"
[app]
windows = [{ title = "Nein zur Bezahlkarte!", width = 800, height = 600 }]
with-global-tauri = true
[bundle]
active = true
icon = [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
]
targets = "all"