From 704249a5229d3a32fcac0933f5651dde5bdfb484 Mon Sep 17 00:00:00 2001 From: Orazio <22700499+orazioedoardo@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:55:37 +0200 Subject: [PATCH] Make build-mac-app.sh not fail on repeated runs --- build-mac-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mac-app.sh b/build-mac-app.sh index 5f3b332..dbd1998 100644 --- a/build-mac-app.sh +++ b/build-mac-app.sh @@ -2,7 +2,7 @@ set -xe -mkdir Libs +mkdir -p Libs cd Libs