RTL00MP3/tools/rtlaimage/make_windows_exe.bat

8 lines
303 B
Batchfile
Raw Normal View History

2018-01-20 17:54:31 +00:00
rem pip install wheel
rem pip install pyinstaller
pyinstaller -c --onedir --onefile -n rtlaimage rtlaimage.py
2018-02-14 20:27:47 +00:00
rem copy /b dist\rtlaimage.exe ..\..\RTL00_SDKV35a\component\soc\realtek\8195a\misc\iar_utility\common\tools\rtlaimage.exe
copy /b dist\rtlaimage.exe .\
2018-01-20 17:54:31 +00:00
del /Q rtlaimage.spec
rm -rf dist build