diff --git a/functions/compression.sh b/functions/compression.sh index 3e09dc1e..d33f5a2d 100644 --- a/functions/compression.sh +++ b/functions/compression.sh @@ -130,10 +130,10 @@ find_compatible_games() { fi touch "$godot_compression_compatible_games" - local compressable_games_list=() - local all_compressable_games=() - local games_to_compress=() - local target_selection="$1" + compressable_games_list=() + all_compressable_games=() + games_to_compress=() + target_selection="$1" if [[ "$1" == "everything" ]]; then local compression_format="all"