mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 10:22:50 +08:00
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -57,10 +57,6 @@ jobs:
|
||||
go mod tidy
|
||||
go install fyne.io/tools/cmd/fyne@latest
|
||||
|
||||
- name: Bundle assets
|
||||
run: |
|
||||
fyne bundle --name resImageIcon --package resource ./assets/icon2.png > ./resource/bundle.go
|
||||
|
||||
- name: Build application
|
||||
run: |
|
||||
go build -tags="mpvOnly,nosource" -v -o ./AynaLivePlayerMpvNoSource.exe -ldflags -H=windowsgui app/main.go
|
||||
@@ -118,10 +114,6 @@ jobs:
|
||||
go mod tidy
|
||||
go install fyne.io/tools/cmd/fyne@latest
|
||||
|
||||
- name: Bundle assets
|
||||
run: |
|
||||
fyne bundle --name resImageIcon --package resource ./assets/icon.png > ./resource/bundle.go
|
||||
|
||||
- name: Build application
|
||||
run: go build -o ./${{ env.EXECUTABLE }} app/main.go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user