diff --git a/Jenkinsfile b/Jenkinsfile index 9ec312b2..926f4e2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,6 +29,7 @@ node('master') { make rm -rf install DESTDIR=. make install + patchelf --set-rpath '.' install/colobot ''' } sh 'rm -f linux-debug.zip'