diff --git a/ci/Jenkinsfile.desktopbuild b/ci/Jenkinsfile.desktopbuild index be9b3a9847..f6d7c276cf 100644 --- a/ci/Jenkinsfile.desktopbuild +++ b/ci/Jenkinsfile.desktopbuild @@ -131,7 +131,7 @@ parallel( macdeployqt StatusIm.app -verbose=1 -dmg \\ -qmldir='${workspace}/node_modules/react-native/ReactQt/runtime/src/qml/' """ - sh 'rm -f StatusAppFiles' + sh 'rm -fr StatusAppFiles' } }