Skip to content

Commit

Permalink
hdiutil bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jul 5, 2024
1 parent f0895c7 commit d6b4cd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/actions/release/macos/create_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ sed -e "s/@VV@/$VERSION/" -e "s%@APPFF@%$DMG_BASENAME%" -e s%@FFTEST@%$FFTESTDIR

ls -al "$HOME/$DMG_BASENAME"

echo killing XProtect...
sudo pkill -9 XProtect >/dev/null || true
sudo hdiutil create -srcfolder "$HOME/$DMG_BASENAME" -fs HFS+ "$DMG_BASENAME.dmg"
rm -rf "$HOME/$DMG_BASENAME"

0 comments on commit d6b4cd6

Please sign in to comment.