Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Dec 2, 2024
1 parent 6cde6a1 commit 1f940e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ create_zip_package() {
echo "extention is:$EXT"

zip -r $DIST_DIR/dash-evo-tool-"$PLATFORM".zip $BUILD_DIR

echo "Finished. Dist folder:"
ls "$DIST_DIR"
}

create_dmg_package() {
Expand Down Expand Up @@ -100,6 +103,8 @@ EOF
-srcfolder "$DMG_DIR" \
-ov -format UDZO \
"$DIST_DIR/$APP_NAME-$PLATFORM.dmg"
echo "Finished. Dist folder:"
ls "$DIST_DIR"
}

echo "Starting"
Expand Down

0 comments on commit 1f940e0

Please sign in to comment.