move wordlist renderer to main project dir since it doesn't look like imsky's accepting it :(

This commit is contained in:
2025-07-31 11:48:04 -07:00
parent eb9e9476ef
commit 9f514db33b
4 changed files with 130 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ rsync -rv $srcdir/ $BUILD_DIR/
# rant
mkdir -p opt/rant
cargo install rant --version 4.0.0-alpha.33 --root $BUILD_DIR/opt/rant --features cli
python $srcdir/ext/imsky/wordlists/render.py -o rant $BUILD_DIR/app/rant/wordlist.rant
python $srcdir/ext/imsky/wordlists/render.py -i ext/imsky/wordlists -o rant $BUILD_DIR/app/rant/wordlist.rant
# python venv
python -m venv pyvenv