mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-08 03:12:50 +08:00
18 lines
305 B
Markdown
18 lines
305 B
Markdown
# AynaLivePlayer
|
|
|
|
Bilibili Audio Bot. Written by Golang.
|
|
|
|
Provider By Aynakeya
|
|
|
|
QQ group: 621035845
|
|
|
|
## build
|
|
|
|
```
|
|
go build -o AynaLivePlayer.exe -ldflags -H=windowsgui app/gui/main.go
|
|
```
|
|
|
|
## packaging
|
|
```
|
|
fyne package --src path_to_gui --exe AynaLivePlayer.exe --appVersion 0.8.4 --icon path_to_icon
|
|
``` |