fyne-cross icon indicating copy to clipboard operation
fyne-cross copied to clipboard

Cross compiler tool for Fyne apps

Results 74 fyne-cross issues
Sort by recently updated
recently updated
newest added

### Describe the bug: When I build with `fyne-cross windows -release --no-cache` everything is fine and it compile sucessfully, but if I add the `-release` flag error message `Missing application...

### Description: This does add a Kubernetes engine to fyne-cross. Fixes #98 ### Checklist: - [ ] Tests included. - [x] Lint and formatter run with no errors. - [...

Allow to inject a .gitconfig in fyne-cross docker image to be able to pull from private repositories.

I just noticed that if you omit `-app-id` it says that `appID` is required. This led me to notice a few inconsistencies that should be tidied up to avoid confusion.

### Is your feature request related to a problem? Please describe: Some developers want to load extra libraries when building their app (like #102), we don't want to hard code...

### Describe the bug: When running the command... `fyne-cross linux -pull -app-id=com.glasstty.telstar-client -arch=amd64,arm64` I receive the following error: ``` Failed to create archive with tar: exit status 1 [✗] could...

### Is your feature request related to a problem? Please describe: Fyne 2.2.0 is adding support for OpenBSD and NetBSD. I don't know how many users we will get for...

enhancement

It is currently not possible to build release binaries for windows. Could the required dependency be bundled into a docker image?

enhancement
help wanted

### Is your feature request related to a problem? Please describe: It is possible to setup a cluster of machine that will be able to run multiple containers at the...

enhancement
meta

### Is your feature request related to a problem? Please describe: fyne-cross need to follow fyne behavior closely and having two different repository increase complexity in managing two different release...

meta