RTL00MP3/tools/rtlaimage/make_windows_exe.bat
2018-01-20 20:54:31 +03:00

6 lines
269 B
Batchfile

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