inceptor/build.bat

6 lines
126 B
Batchfile
Raw Permalink Normal View History

2021-08-02 15:43:03 +00:00
@echo off
pip install pyinstaller
pyinstaller --onefile inceptor\inceptor.py
del inceptor.spec > NUL
del /S /Q /F build > NUL