summaryrefslogtreecommitdiff
path: root/resources/scripts/update
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/update')
-rwxr-xr-xresources/scripts/update/blobs/download3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download
index 2368e8e9..9beacab8 100755
--- a/resources/scripts/update/blobs/download
+++ b/resources/scripts/update/blobs/download
@@ -339,7 +339,8 @@ extract_ec()
mv Rompaq/68*.BIN ec.bin
if [ ! -f ec.bin ]; then
- unar -D ROM.CAB Rom.bin
+ unar -D ROM.CAB Rom.bin || \
+ unar -D Rom.CAB Rom.bin
mv Rom.bin ec.bin
fi
if [ ! -f ec.bin ]; then