From 8ad265f0a628b3f677111ac00fd49c47d36da1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Alz=C3=A9n?= Date: Fri, 10 Jan 2025 10:56:14 +0100 Subject: [PATCH] Document the flatpak tag --- explore/compiling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/explore/compiling.md b/explore/compiling.md index 6226b4f..c4bb294 100644 --- a/explore/compiling.md +++ b/explore/compiling.md @@ -16,6 +16,7 @@ Fyne will typically configure your application appropriately for the target plat | Tag | Description | |----------|---------------------------| | `debug` | Show debug information, including visual layout to help understand your app. | +| `flatpak` | Build with improved support for running inside the Flatpak sandbox on Linux. | | `gles` | Force use of embedded OpenGL (GLES) instead of full OpenGL. This is normally controlled by the target device and not normally needed. | | `hints` | Display developer hints for improvements or optimisations. Running with `hints` will log when your application does not follow material design or other recommendations. | | `mobile` | This tag runs an application in a simulated mobile window. Useful when you want to preview your app on a mobile platform without compiling and installing to the device. |