# FyneDemo **Repository Path**: vpacking/fyne-demo ## Basic Information - **Project Name**: FyneDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fyne ## windows ``` go build -ldflags="-H windowsgui" -o test.exe main.go ``` ## mac ``` mkdir -p test.app/Contents/MacOS mkdir -p test.app/Contents/Resources go build -o test.app/Contents/MacOS/test main.go mv test.icns test.app/Contents/Resources/test.icns ```