mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Add repair-paths CLI option
This commit is contained in:
parent
fea3a3e3c2
commit
96e088e723
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue