|
|
@ -17,7 +17,8 @@ all: |
|
|
|
|
|
|
|
#nsm-data |
|
|
|
mkdir -p buildnsmdata |
|
|
|
cp tools/nsm-data tools/nsmclient.py buildnsmdata |
|
|
|
cp tools/nsm-data buildnsmdata/__main__.py |
|
|
|
cp tools/nsmclient.py buildnsmdata/nsmclient.py |
|
|
|
cd buildnsmdata && find . -type d -name "__pycache__" -exec rm -r {} + |
|
|
|
python -m zipapp "buildnsmdata" --output="nsm-data.bin" --python="/usr/bin/env python3" |
|
|
|
|
|
|
|