Files
VRCT/build.bat
misyaguziya bcf9eba5e3 🔧 [Add] build.bat
pyinstallerでexe生成するためのbat
2023-09-22 16:44:12 +09:00

1 line
231 B
Batchfile

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