rpatool: pack as python module and executable

This commit is contained in:
OleSTEEP 2025-05-01 02:57:37 +03:00
parent d221c2ca67
commit 0a1b1e17ee
6 changed files with 19 additions and 5 deletions

View file

@ -21,4 +21,6 @@ python3 -m nuitka "${jobs}" --output-dir=output --onefile --follow-imports --out
mv output/unrenapk output/bin
python3 -m nuitka "${jobs}" --output-dir=output --onefile --follow-imports --output-filename=vnds2renpy vnds2renpy
mv output/vnds2renpy output/bin
python3 -m nuitka "${jobs}" --output-dir=output --onefile --follow-imports --output-filename=rpatool rpatool
mv output/rpatool output/bin
echo "Done! You can get binaries into output/bin directory"