mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-12-14 20:35:42 +01:00
11 lines
211 B
Batchfile
11 lines
211 B
Batchfile
@echo on
|
|
rd /s /q build
|
|
rd /s /q dist
|
|
del *.spec
|
|
pyinstaller --onefile dumpsmc.py
|
|
pyinstaller --onefile gettools.py
|
|
pyinstaller --onefile unlocker.py
|
|
xcopy /y dist\*.exe .
|
|
rd /s /q build
|
|
rd /s /q dist
|
|
del *.spec |