diff --git a/build.bat b/build.bat new file mode 100644 index 00000000..9ee59eff --- /dev/null +++ b/build.bat @@ -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 \ No newline at end of file