mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-07 11:55:38 +00:00
update + NAT + rtlbtool
This commit is contained in:
parent
b381813514
commit
54bf751b9c
62 changed files with 2268 additions and 3067 deletions
6
tools/rtlaimage/make_windows_exe.bat
Normal file
6
tools/rtlaimage/make_windows_exe.bat
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue