From fa5012068e37aa31ac80793922e8c786175ad81c Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Sun, 15 Mar 2020 12:59:27 +0100 Subject: [PATCH] Update README.md Updated library download link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b353030..d3353bfa 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ This LookAndFeel supports custom window decorations (only on Windows at this poi When building on Windows, you need a C++ toolchain installed to build native extension. If you wan't to build for platforms different than your machine you can download the respective native libraries -from the latest run of the [Build Native Libraries Action](https://github.com/weisJ/darklaf/actions?query=workflow%3A%22Build+Native+Libraries%22) and place it in the corresponding `/libraries` folder. +from the latest successful run of the [Build Native Libraries Action](https://github.com/weisJ/darklaf/actions?query=workflow%3A%22Build+Native+Libraries%22+branch%3Amaster) and place it in the corresponding `/libraries` folder. Further details can be found in the respective `library.md` file. The libraries are then automatically included in the jar when building the project. When building the project there will be a message for every library that needs to be manually included.