mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-26 11:05:18 +00:00
7 lines
303 B
Batchfile
7 lines
303 B
Batchfile
rem pip install wheel
|
|
rem pip install pyinstaller
|
|
pyinstaller -c --onedir --onefile -n rtlaimage rtlaimage.py
|
|
rem copy /b dist\rtlaimage.exe ..\..\RTL00_SDKV35a\component\soc\realtek\8195a\misc\iar_utility\common\tools\rtlaimage.exe
|
|
copy /b dist\rtlaimage.exe .\
|
|
del /Q rtlaimage.spec
|
|
rm -rf dist build
|