You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can not build linux package in windows os. But I can build windows exe.
To Reproduce:
Just use command to build. The windows image has downloaded.
C:\study\fyne-study\target>fyne-cross linux -engine docker -dir C:\study\fyne-study -output fync-test --app-id baozi.test
[i] Target: linux/amd64
[i] Cleaning target directories...
[✓] "bin" dir cleaned: C:\study\fyne-study\fyne-cross\bin\linux-amd64
[✓] "dist" dir cleaned: C:\study\fyne-study\fyne-cross\dist\linux-amd64
[✓] "temp" dir cleaned: C:\study\fyne-study\fyne-cross\tmp\linux-amd64
[i] Checking for go.mod: C:\study\fyne-study\go.mod
[✓] go.mod found
[i] Packaging app...
2025/01/22 03:27:39 Fyne error: Failed to inject metadata init file, omitting metadata
2025/01/22 03:27:39 Cause: exit status 1
2025/01/22 03:27:39 At: /go/pkg/mod/fyne.io/fyne/[email protected]/cmd/fyne/internal/commands/build.go:215
go: downloading go1.22 (linux/amd64)
go: download go1.22 for linux/amd64: toolchain not available
error building application: exit status 1
[✗] could not package the Fyne app: could not package the Fyne app: exit status 1
Example code:
Device and debug info (please complete the following information):
Device info
OS: Winowds
Version: 24H2
Go version: 1.22.1
fyne-cross version: 1.6.1
Fyne version: none
Debug info
The text was updated successfully, but these errors were encountered:
Describe the bug:
Can not build linux package in windows os. But I can build windows exe.
To Reproduce:
Just use command to build. The windows image has downloaded.
Example code:
Device and debug info (please complete the following information):
Debug info
The text was updated successfully, but these errors were encountered: