inceptor/build.bat

6 lines
126 B
Batchfile

@echo off
pip install pyinstaller
pyinstaller --onefile inceptor\inceptor.py
del inceptor.spec > NUL
del /S /Q /F build > NUL