- Docker is required to build client platform from a custom linux image
- Go is required to build server side
docker build -t fyne-custom -f build/Dockerfile .# Need to delete server.go in order to build client platform
rm server.go
# Platform should be the target platform (eg: linux)
fyne-cross PLATFORM -image fyne-customgo build -o bin/server server.goEach assets need to be bundle to be used in the client version.
fyne bundle -o ./assets/bundle/MY_ASSET.go ./assets/MY_FOLDER/MY_ASSETMake sure to edit the bundle assets to make it exportable