Jenkinsfile: Add another ldid fork link to the documentation

Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404-59 2024-03-31 22:03:33 +02:00
parent 1f319e9697
commit d4c854d8ef
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ boolean use_yarn_or_npm() { return fileExists('/usr/bin/yarn') || fileExists('/u
- Ninja - Ninja
- UPX (d61edc9 or higher) - UPX (d61edc9 or higher)
- NPM/Yarn to enable 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) - LDID (https://github.com/ProcursusTeam/ldid or https://github.com/sbingner/ldid)
*/ */
pipeline { pipeline {