mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Un-localize some extracted arrays used between functions.
This commit is contained in:
parent
5b79bca872
commit
66e7af978c
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue