Add repair-paths CLI option

This commit is contained in:
icenine451 2025-03-13 14:54:05 -04:00
parent fea3a3e3c2
commit 96e088e723

View file

@ -109,6 +109,10 @@ while [[ $# -gt 0 ]]; do
cli_compress_all_games "$2"
shift 2
;;
--repair-paths)
repair_paths
exit 0
;;
--configurator)
sh /app/tools/configurator.sh
exit 0