WXK
2024-12-20 51135221cd73a2b3a6ce4b5ec906396d5a33b4c7
1
2
3
4
5
6
@echo off
 
%5 --bin --output %1 %3
%5 --text -a -c --output %2 %3
python ..\..\..\..\scripts\signed_image.py .\Images\ndk_app.bin .\Images\ndk_app.signed.bin
echo "Proccess Over!"