mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-28 20:15:18 +00:00
6 lines
269 B
Batchfile
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
|