Initial commit

This commit is contained in:
Ilya Suhodolskiy
2023-05-13 19:20:49 +04:00
commit 7afbff6a12
10 changed files with 235 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
build_app:
go build -ldflags="-s -w" -o ./dist/obs-spotify ./main.go