Merge pull request #21 from AynaLivePlayer/dev

merge v1.0.9
This commit is contained in:
Aynakeya
2024-08-30 23:45:37 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Bundle assets
run: |
go install fyne.io/fyne/v2/cmd/fyne@latest
fyne bundle --name resImageIcon --package resource ./assets/icon.png > ./resource/bundle.go
fyne bundle --name resImageIcon --package resource ./assets/icon2.png > ./resource/bundle.go
- name: Build application
run: go build -o ./${{ env.EXECUTABLE }} -ldflags -H=windowsgui app/main.go

View File

@@ -13,7 +13,6 @@
- 网页输出重写,使用网页版本,不绑定在点歌机内(点歌机不需要启动网页服务)
- optimize local music
- 从搜索里添加的歌不能被切
- remove tmp fix for entry undo
----