mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-03-11 07:09:43 -04:00
Fix tool -> tools
This commit is contained in:
parent
019301b7b2
commit
c9f45b7fe8
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
TOOL=./tool/gcn64ctl
|
TOOL=./tools/gcn64ctl
|
||||||
|
|
||||||
if [ -x $TOOL ]; then
|
if [ -x $TOOL ]; then
|
||||||
$TOOL -f --bootloader
|
$TOOL -f --bootloader
|
||||||
exit 0 # The tool fails, but we should continue
|
exit 0 # The tool fails, but we should continue anyway in case the chip is already in bootloader
|
||||||
else
|
else
|
||||||
echo $TOOL not found. Please compile it to enter bootloader automatically.
|
echo $TOOL not found. Please compile it to enter bootloader automatically.
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user