This repository has been archived on 2025-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
trafficcue-client/updateLicenses.sh
Jannik 2c702c4588
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
feat: add software licenses
2025-09-13 18:02:18 +02:00

4 lines
180 B
Bash
Executable File

#!/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