Merge branch 'makefile' into UI_2.0

This commit is contained in:
misyaguziya
2023-09-22 16:44:23 +09:00

1
build.bat Normal file
View File

@@ -0,0 +1 @@
pyinstaller --onedir --onefile --windowed --clean --icon="./img/vrct_logo_mark_black.ico" --add-data "./img;img/" --name VRCT --exclude-module numpy --exclude-module pandas --exclude-module matplotlib --exclude-module PyQt5 main.py