From 17d3ec3f70a693fcb2f41de676272c24cbf9b35c Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sun, 13 Nov 2022 19:51:15 +0300 Subject: [PATCH] Add a script to build .exe --- 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 0000000..10ebd5f --- /dev/null +++ b/build.bat @@ -0,0 +1 @@ +pyinstaller.exe -c --onefile --distpath ./ --name AudioControl.exe main.py \ No newline at end of file