Skip to content

Commit 6db6119

Browse files
committed
Packaging fixes
1 parent 846479c commit 6db6119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/clean-build-and-package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ if [ -d /Applications ]; then
3333
ninja -C "$builddir"
3434

3535
deploy/osx/sign.sh "$builddir"/sonic-annotator
36-
deploy/osx/notarize.sh sonic-annotator
36+
deploy/osx/notarize.sh "$builddir"/sonic-annotator
3737

3838
dir="sonic-annotator-$version-macos"
3939
mkdir -p "$dir"
40-
cp sonic-annotator "$dir/"
40+
cp "$builddir"/sonic-annotator "$dir/"
4141
cp README.md CHANGELOG COPYING CITATION "$dir/"
4242
tar cvzf "$dir.tar.gz" "$dir"
4343
rm -rf "$dir"

0 commit comments

Comments
 (0)