Skip to content

Commit

Permalink
Fix: Build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Aug 14, 2023
1 parent d7a09b7 commit 5da3579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_DIR=$(cd $(dirname "$0"); pwd)
}
PYTHON_BIN=${PYTHON_BIN:-python}

if [ $# -ne 5 ] && [ $# -ne 6 ]; then
if [ $# -ne 6 ] && [ $# -ne 7 ]; then
echo "Usage: bash gen_module.sh <source-dir> <blender-dir> <target> <branch/tag/commit> <target-version> <output-dir> [<mod-version>]"
exit 1
fi
Expand Down

0 comments on commit 5da3579

Please sign in to comment.