mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 15:08:21 +00:00
When compiling, copy demo.zip instead of moving
This commit is contained in:
parent
5c753399e5
commit
1e1383a78f
@ -32,7 +32,7 @@ mkdir v2_ro
|
||||
echo "check for local zip"
|
||||
if [ -f demo.zip ]; then
|
||||
echo "local archive found"
|
||||
mv demo.zip ./v2_ro/
|
||||
cp demo.zip ./v2_ro/
|
||||
else
|
||||
echo "local archive not found"
|
||||
echo "downloading latest firmware"
|
||||
|
Loading…
Reference in New Issue
Block a user