This commit is contained in:
pvvx 2018-02-14 23:27:47 +03:00
parent a60bde21d0
commit 6ae1d97ec0
12 changed files with 17 additions and 26 deletions

View file

@ -1,6 +1,7 @@
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
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