RTL00_WEB/tools/rtlaimage/make_windows_exe.bat
2018-01-18 22:51:24 +03:00

6 lines
260 B
Batchfile

rem pip install wheel
rem pip install pyinstaller
pyinstaller -c --onedir --onefile -n rtlaimage rtlaimage.py
copy /b dist\rtlaimage.exe ..\..\USDK\component\soc\realtek\8195a\misc\iar_utility\common\tools\rtlaimage.exe
del /Q rtlaimage.spec
rm -rf dist build