tauri-app: add icons, package with record-daemon, change name
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m9s

This commit is contained in:
2026-05-17 19:24:36 +02:00
parent af6494e774
commit 2e7be439b0
11 changed files with 118 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "tauri-app",
"productName": "leaguerecorder",
"version": "0.1.0",
"identifier": "v.leaguerecorder",
"build": {
@@ -40,6 +40,7 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
],
"externalBin": ["binaries/record-daemon"]
}
}