RTL00_WEB/tools/rtlaimage/make_windows_exe.bat

7 lines
260 B
Batchfile
Raw Permalink Normal View History

2018-01-18 19:51:24 +00:00
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