mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
8 lines
246 B
Batchfile
8 lines
246 B
Batchfile
pyinstaller -y --clean --log-level WARN -F --add-binary "C:\Windows\System32\libusb0.dll;." -w -i nxdt.ico nxdt_host.py
|
|
|
|
move dist\nxdt_host.exe nxdt_host.exe
|
|
|
|
rmdir /s /q __pycache__
|
|
rmdir /s /q build
|
|
rmdir /s /q dist
|
|
del nxdt_host.spec
|