🔧 [Add] build.bat

pyinstallerでexe生成するためのbat
This commit is contained in:
misyaguziya
2023-09-22 16:44:12 +09:00
parent 213d08bc7e
commit bcf9eba5e3

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