mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 05:54:19 +00:00
6 lines
260 B
Batchfile
6 lines
260 B
Batchfile
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
|