From fdbfdef4acce5174b2481b07803cb0322de0e8a9 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 17 Jun 2024 19:52:44 +1000 Subject: [PATCH] Fix ubuntu version in docs --- website/docs/gettingstarted/building.mdx | 2 +- .../versioned_docs/version-v2.9.0/gettingstarted/building.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/gettingstarted/building.mdx b/website/docs/gettingstarted/building.mdx index ee712aaa9..c4c16ea48 100644 --- a/website/docs/gettingstarted/building.mdx +++ b/website/docs/gettingstarted/building.mdx @@ -8,7 +8,7 @@ From the project directory, run `wails build`. This will compile your project and save the production-ready binary in the `build/bin` directory. :::info Linux -If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 22.04), you will need to add `-tags webkit2_41`. +If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 24.04), you will need to add `-tags webkit2_41`. ::: If you run the binary, you should see the default application: diff --git a/website/versioned_docs/version-v2.9.0/gettingstarted/building.mdx b/website/versioned_docs/version-v2.9.0/gettingstarted/building.mdx index ee712aaa9..c4c16ea48 100644 --- a/website/versioned_docs/version-v2.9.0/gettingstarted/building.mdx +++ b/website/versioned_docs/version-v2.9.0/gettingstarted/building.mdx @@ -8,7 +8,7 @@ From the project directory, run `wails build`. This will compile your project and save the production-ready binary in the `build/bin` directory. :::info Linux -If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 22.04), you will need to add `-tags webkit2_41`. +If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 24.04), you will need to add `-tags webkit2_41`. ::: If you run the binary, you should see the default application: