Skip to content

Commit

Permalink
Merge pull request #537 from COVESA/NotarizationAndShrinkArtifacts_v2
Browse files Browse the repository at this point in the history
Removed creating tar from build
  • Loading branch information
hannesa2 authored Sep 16, 2024
2 parents cf2c070 + e15f715 commit 69985c0
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 69985c0

Please sign in to comment.