1.2.0 feature: qqmusic

This commit is contained in:
aynakeya
2025-07-07 00:14:28 +08:00
parent 7661e966be
commit eafb074398
4 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- disabled
jobs:
build-windows:
@@ -47,7 +47,7 @@ jobs:
- name: Bundle assets
run: |
go install fyne.io/fyne/v2/cmd/fyne@latest
go install fyne.io/tools/cmd/fyne@latest
fyne bundle --name resImageIcon --package resource ./assets/icon2.png > ./resource/bundle.go
- name: Build application