fix typo in ci/Jenkinsfile.desktopbuild

This commit is contained in:
Jakub Sokołowski 2018-08-07 10:54:37 -04:00
parent 8b6f924b26
commit 3ab00ef6b7
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ parallel(
stage('Create MacOS Bundle') {
dir(packageFolder) {
sh 'git clone https://github.com/vkjr/StatusAppFiles.git
sh 'git clone https://github.com/vkjr/StatusAppFiles.git'
sh 'unzip StatusAppFiles/StatusIm.app.zip'
sh 'cp -r assets/share/assets StatusIm.app/Contents/MacOs'
sh 'chmod +x StatusIm.app/Contents/MacOs/ubuntu-server'