Break build
This commit is contained in:
parent
7fc710d4f5
commit
c1e63fa761
11 changed files with 559 additions and 147 deletions
26
Tauri.toml
Normal file
26
Tauri.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
"$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"
|
Loading…
Add table
Add a link
Reference in a new issue