aswi2022bug-thugs-gitlab/client/build.bat @ main
1 |
@echo off
|
---|---|
2 |
|
3 |
del licence_detector.exe || VER>NUL |
4 |
rmdir /s /q dist || VER>NUL |
5 |
pyinstaller -F --add-binary "C:\WINDOWS\system32\libusb0.dll;." --additional-hooks-dir=hooks src/licence_detector.py |
6 |
copy dist\licence_detector.exe . |
7 |
del licence_detector.spec |
8 |
rmdir /s /q dist || VER>NUL |