Skip to content

Commit

Permalink
Quote macOS zip filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adolby committed Sep 7, 2019
1 parent 52c1d44 commit 0474425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_macOS.sh
Expand Up @@ -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

Expand Down

0 comments on commit 0474425

Please sign in to comment.