fix removal of StatusAppFiles

This commit is contained in:
Jakub Sokołowski 2018-08-07 14:27:19 -04:00
parent 3ab00ef6b7
commit 216d6dfb8a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}