mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
add new wit version kindly provided by Wiimm and enforce using it
This commit is contained in:
parent
30975fc58a
commit
87041901a9
@ -8,11 +8,13 @@ setup_tools () {
|
||||
SUFFIX=32
|
||||
fi
|
||||
|
||||
if [[ $(which wit) ]]; then
|
||||
#if [[ $(which wit) ]]; then
|
||||
WIT=$(which wit)
|
||||
else
|
||||
WIT=${PATCHIMAGE_TOOLS_DIR}/wit.${SUFFIX}
|
||||
fi
|
||||
#else
|
||||
# WIT=${PATCHIMAGE_TOOLS_DIR}/wit.${SUFFIX}
|
||||
#fi
|
||||
|
||||
WIT=${PATCHIMAGE_TOOLS_DIR}/wit.next
|
||||
|
||||
if [[ $(which applyppf3) ]]; then
|
||||
PPF=$(which applyppf3)
|
||||
|
BIN
tools/wit.next
Executable file
BIN
tools/wit.next
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user