Skip to content

Commit

Permalink
just see
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jun 26, 2024
1 parent f6581f1 commit 4dcfe6e
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 @@ -13,5 +13,7 @@ cp ./bin/script/Install-app.sh "$HOME/$DMG_BASENAME"
FFTESTDIR=$(find . -name Laplace.edp)
sed -e "s/@VV@/$VERSION/" -e "s%@APPFF@%$DMG_BASENAME%" -e s%@FFTEST@%$FFTESTDIR% <./bin/script/README.md.in >"$HOME/$DMG_BASENAME/README.md"

ls -al "$HOME/$DMG_BASENAME"

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

0 comments on commit 4dcfe6e

Please sign in to comment.