fix typo in ci/Jenkinsfile.desktopbuild
This commit is contained in:
parent
8b6f924b26
commit
3ab00ef6b7
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue