Skip to content

Commit

Permalink
Removed creating tar from build
Browse files Browse the repository at this point in the history
removed tar command from build as after notarization, binaries are tar'ed
  • Loading branch information
bunty95 authored Sep 16, 2024
1 parent cf2c070 commit e15f715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ echo "FULL_VERSION=${FULL_VERSION}"

mkdir -p dist
cp ../scripts/darwin/install.md dist
tar -czvf "dist/DLTViewer-${FULL_VERSION}.tgz" -C ${INSTALL_DIR} .
# tar -czvf "dist/DLTViewer-${FULL_VERSION}.tgz" -C ${INSTALL_DIR} .

0 comments on commit e15f715

Please sign in to comment.