26 lines
587 B
TOML
26 lines
587 B
TOML
"$schema" = "https://schema.tauri.app/config/2"
|
|
identifier = "de.hessensagtnein.darmstadt.buchhaltung"
|
|
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"
|