mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Fix CLI --compress-all launching the main app after it was done.
This commit is contained in:
parent
3ea6602ddd
commit
62b86a12ec
|
|
@ -186,7 +186,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
;;
|
;;
|
||||||
--compress-all)
|
--compress-all)
|
||||||
cli_compress_all_games "$2"
|
cli_compress_all_games "$2"
|
||||||
shift 2
|
exit 0
|
||||||
;;
|
;;
|
||||||
--steam-sync)
|
--steam-sync)
|
||||||
steam_sync
|
steam_sync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue