This commit is contained in:
Michel Roegl-Brunner 2025-04-10 15:33:32 +02:00
parent 87859f99bd
commit d00f0aa7f3

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
INPUT_FILE="repos.txt" INPUT_FILE="repos.txt"
OUTPUT_FILE="../../public/frontend/versions.json" OUTPUT_FILE="public/frontend/versions.json"
TMP_FILE="releases_tmp.json" TMP_FILE="releases_tmp.json"
if [ -f "$OUTPUT_FILE" ]; then if [ -f "$OUTPUT_FILE" ]; then