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