Skip to content

Commit

Permalink
add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Apr 9, 2024
1 parent 618b4c3 commit 8125ffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ Rez -append ../icns.rsrc -o ./${DMG_FILENAME}
SetFile -c icnC "${DMG_FILENAME}/.VolumeIcon.icns"
SetFile -a C ./${DMG_FILENAME}

ls -lah
popd

#####################
Expand All @@ -582,6 +583,7 @@ popd
# create the dist dir for our result to be uploaded as an artifact
mkdir -p ../dist
cp "dist/${DMG_FILENAME}" ../dist/
ls -lah ../dist/

#######################
# OUTPUT VERSION INFO #
Expand Down

0 comments on commit 8125ffc

Please sign in to comment.