Fixed Jenkins builds

blender-script
tomangelo2 2019-12-29 13:11:57 +01:00 committed by Mateusz Przybył
parent b9ac5688e9
commit 4e4c3671c6
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -81,6 +81,8 @@ pipeline {
# Create AppImage
NO_STRIP=1 ./squashfs-root/AppRun -e colobot --output appimage --appdir colobot.AppDir -d desktop/colobot.desktop -i ../../desktop/colobot.svg
#rename AppImage file to avoid "No such file or directory" errors
find . -maxdepth 1 -type f -name '*AppImage' -name 'Colobot*' -exec sh -c 'x="{}"; mv "$x" "Colobot-x86_64.AppImage"' \;
chmod +x Colobot-x86_64.AppImage
# Prepare folder for zip