From 0474425fce7459bf489532a6817575966349425a Mon Sep 17 00:00:00 2001 From: Andrew Dolby Date: Sat, 7 Sep 2019 14:09:50 -0400 Subject: [PATCH] Quote macOS zip filename --- build_macOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_macOS.sh b/build_macOS.sh index d3c75979..9d9b91bd 100755 --- a/build_macOS.sh +++ b/build_macOS.sh @@ -129,7 +129,7 @@ cp "${project_dir}/Qt License" "Qt License" # cp "${project_dir}/resources/stylesheets/kryvo.qss" "themes/kryvo.qss" echo "Packaging zip archive..." -7z a kryvo_${TAG_NAME}_macos.zip "Kryvo_${TAG_NAME}.dmg" "Release Notes" "README.md" "LICENSE" "Botan License" "Qt License" +7z a "kryvo_${TAG_NAME}_macos.zip" "Kryvo_${TAG_NAME}.dmg" "Release Notes" "README.md" "LICENSE" "Botan License" "Qt License" ls -la