From 3f1b02fe0c9c574fa71b23ca968781f86fc584d7 Mon Sep 17 00:00:00 2001 From: uenz Date: Wed, 27 Oct 2021 22:21:50 +0200 Subject: [PATCH] Create directory if parts of path not exists --- SparkleShare/Mac/postBuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Mac/postBuild.sh b/SparkleShare/Mac/postBuild.sh index 70381506..e910eff4 100755 --- a/SparkleShare/Mac/postBuild.sh +++ b/SparkleShare/Mac/postBuild.sh @@ -10,6 +10,6 @@ export PATH=/usr/local/bin:/opt/local/bin:/Library/Frameworks/Mono.framework/Ver ${projectFolder}/checkGit.sh rm -rf ${bundle}/Contents/Resources/git -mkdir ${bundle}/Contents/Resources/git +mkdir -p ${bundle}/Contents/Resources/git tar -x -f ${projectFolder}/git.tar.gz --directory ${bundle}/Contents/Resources/git cp -R ${projectFolder}/SparkleShareInviteOpener.app ${bundle}/Contents/Resources