Skip to content

Commit

Permalink
try hdiutil with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jun 28, 2024
1 parent 4dcfe6e commit 35407b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/actions/release/macos/create_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sed -e "s/@VV@/$VERSION/" -e "s%@APPFF@%$DMG_BASENAME%" -e s%@FFTEST@%$FFTESTDIR

ls -al "$HOME/$DMG_BASENAME"

hdiutil create -srcfolder "$HOME/$DMG_BASENAME" -fs HFS+ "$DMG_BASENAME.dmg"
sudo hdiutil create -srcfolder "$HOME/$DMG_BASENAME" -fs HFS+ "$DMG_BASENAME.dmg"
rm -rf "$HOME/$DMG_BASENAME"

0 comments on commit 35407b3

Please sign in to comment.