aswi2022bug-thugs-gitlab/client/build.bat @ main
1 | a0356399 | silhavyj | @echo off
|
---|---|---|---|
2 | |||
3 | 940cc941 | silhavyj | del licence_detector.exe || VER>NUL |
4 | a0356399 | silhavyj | 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 | 940cc941 | silhavyj | copy dist\licence_detector.exe . |
7 | a0356399 | silhavyj | del licence_detector.spec |
8 | rmdir /s /q dist || VER>NUL |