From ee44426218969cb69a73a9aff1f52f28bfdfe976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Sat, 22 Jul 2023 21:06:43 +0200 Subject: [PATCH] Fix name --- compileOSX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compileOSX.sh b/compileOSX.sh index 7182edbf..bd92627f 100755 --- a/compileOSX.sh +++ b/compileOSX.sh @@ -86,7 +86,7 @@ fi echo "Preparing apps for release, Done." -dest="YACReader-$VERSION.$BUILD_NUMBER MacOSX $ARCH_NAME ${QT_VERSION}" +dest="YACReader-$VERSION.$BUILD_NUMBER MacOSX-$ARCH_NAME ${QT_VERSION}" echo "Copying to destination folder ${dest}" mkdir -p "$dest" cp -R YACReader.app "${dest}/YACReader.app"