TheFrenchLeaf/Bundler

location of 'KeyMatchFull' and 'bundle' in RunBundler.sh is wrong

yuvalaviel opened this issue · 3 comments

The following lines in RunBundler.sh:

else
MATCHKEYS=$BASE_PATH/bin/KeyMatchFull
BUNDLER=$BASE_PATH/bin/bundler
fi

should have been

else
MATCHKEYS=$BASE_PATH/Output/src/KeyMatchFull
BUNDLER=$BASE_PATH/Output/src/Bundler
fi

If one follows the instruction in Readme_Build.txt

also, note the capital B of bundler.

closed by mistake.
my bad :(

I have updated the master tree.