From 1f319e969764262b7126458385fff300369ffd71 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 31 Mar 2024 19:58:17 +0200 Subject: [PATCH] Jenkinsfile: Fix documentation Signed-off-by: Username404 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 142d017..098c7d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ boolean use_yarn_or_npm() { return fileExists('/usr/bin/yarn') || fileExists('/u Optional Tools: - Ninja - UPX (d61edc9 or higher) - - Yao PKG (https://github.com/yao-pkg/pkg) + - NPM/Yarn to enable Yao PKG (https://github.com/yao-pkg/pkg) - LDID (https://github.com/sbingner/ldid) */