Skip to content

Commit

Permalink
Create directory if parts of path not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
uenz committed Oct 27, 2021
1 parent ebc489b commit 3f1b02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleShare/Mac/postBuild.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3f1b02f

Please sign in to comment.