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

I am trying to compile cross platform applications on MacOS according to this official document: [https://developer.fyne.io/started/cross-compiling] I use the doker method recommended in the document.When I pushed forward step by...

My project builds and runs on Darwin using Go 1.16. But when I use fyne-cross to build a Windows binary, several dependency libraries fail to compile because—it appears—the Go version...

question

### Is your feature request related to a problem? Please describe: Modern web browser do not happily open local files anymore. They need to be served by a web server....

### Is your feature request related to a problem? Please describe: The current Buster base for the images has packages that were (apart from various backported security fixes) initially from...

enhancement

### Is your feature request related to a problem? Please describe: Windows arm64 laptops are becoming more accessible nowadays and arm specifically is getting very popular. It would be great...

enhancement
help wanted

go 1.16 windows10 64 D:\project\mygosoft\src\urlPreciseBlockingWithLoginV2>fyne-cross android -app-id cn.xfeng [i] Target: android [i] Cleaning target directories... [✓] "temp" dir cleaned: D:\project\mygosoft\src\urlPreciseBlockingWithLoginV2\fyne-cross\tmp\android [✓] "bin" dir cleaned: D:\project\mygosoft\src\urlPreciseBlockingWithLoginV2\fyne-cross\bin\android [✓] "dist" dir cleaned: D:\project\mygosoft\src\urlPreciseBlockingWithLoginV2\fyne-cross\dist\android...

question

When I run the command `fyne-cross darwin -arch amd64,arm64 -app-id $(APPID) -icon $(ICON) -output $(NAME)` I end with two build for AMD64 even it creates two separated dist folders. Also...

fyne-cross is unable to create the darwin docker image on M1 From https://github.com/fyne-io/fyne-cross/pull/45#issuecomment-841144009: ``` #10 230.7 make[1]: Leaving directory '/osxcross/build/p7zip/CPP/7zip/UI/Console' #10 230.8 ./install.sh /osxcross/target/SDK/tools/bin /osxcross/target/SDK/tools/lib/p7zip /osxcross/target/SDK/tools/man /osxcross/target/SDK/tools/share/doc/p7zip #10 231.1 -...

D:\project\mygosoft\src\riskExcel2021>fyne-cross windows -arch=386 [i] Target: windows/386 [i] Cleaning target directories... [✓] "bin" dir cleaned: D:\project\mygosoft\src\riskExcel2021\fyne-cross\bin\windows-386 [✓] "dist" dir cleaned: D:\project\mygosoft\src\riskExcel2021\fyne-cross\dist\windows-386 [✓] "temp" dir cleaned: D:\project\mygosoft\src\riskExcel2021\fyne-cross\tmp\windows-386 [i] Checking for go.mod: D:\project\mygosoft\src\riskExcel2021\go.mod...

question

Hello, We're using GitLab CI currently to build our fyne-cross project, and since that runs in a docker container by default, it needs a docker image where one can run...