Skip to content

Commit

Permalink
some additional file deletion on unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Jul 27, 2019
1 parent 153f4dc commit 9b8d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpack_original_files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sub run {
say "has find: $has_find";
my @list = $has_find ? split /\n/, `c:/cygwin/bin/find "." -type f` #
: io(".")->All_Files;
@list = grep /\.(gobj|4|dds|fsb|snd|[\d]+|script|txt|shader|ani|obj|cbm|mesh|xml)$/, @list;
@list = grep /\.(gobj|4|dds|fsb|snd|[\d]+|script|txt|shader|ani|obj|cbm|mesh|xml|smd)$/, @list;
say "deleting";

my $ctd = countdown->new( total => scalar @list );
Expand Down

0 comments on commit 9b8d797

Please sign in to comment.