feat: add software licenses
All checks were successful
TrafficCue CI / check (push) Successful in 56s
TrafficCue CI / build (push) Successful in 1m38s
TrafficCue CI / build-android (push) Successful in 14m57s

This commit is contained in:
2025-09-13 18:02:18 +02:00
parent 8c33ff7c88
commit 2c702c4588
8 changed files with 83 additions and 2 deletions

4
updateLicenses.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
bunx license-report --output=json > public/licenses.json
rm -r public/licenses/
bunx license-downloader --source public/licenses.json --licDir public/licenses/ --download