Add a script to build .exe

This commit is contained in:
norohind 2022-11-13 19:51:15 +03:00
parent 89c67e872c
commit 17d3ec3f70
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

1
build.bat Normal file
View File

@ -0,0 +1 @@
pyinstaller.exe -c --onefile --distpath ./ --name AudioControl.exe main.py