From bcf9eba5e3d009f78d265e31db9fdb9afa459972 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Fri, 22 Sep 2023 16:44:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20[Add]=20build.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pyinstallerでexe生成するためのbat --- build.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 build.bat 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