diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 804cfa7..a17b8c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/todo.txt b/todo.txt index 9d71d77..b21c8f2 100644 --- a/todo.txt +++ b/todo.txt @@ -13,7 +13,6 @@ - 网页输出重写,使用网页版本,不绑定在点歌机内(点歌机不需要启动网页服务) - optimize local music - 从搜索里添加的歌不能被切 -- remove tmp fix for entry undo ----