Projekt

Obecné

Profil

Stáhnout (271 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
@echo off
2

    
3
del licence_detector || 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 .
7
del licence_detector.spec
8
rmdir /s /q dist || VER>NUL
(3-3/4)