Skip to content

Commit

Permalink
macOS build preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Jul 20, 2024
1 parent d2fcd48 commit 7fa4a02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ if [ -d "./dist/blog2epub.app" ]; then
mkdir -p ./dist/macos_dng_image/
cp -r ./dist/blog2epub.app ./dist/macos_dng_image/
ln -s /Applications ./dist/macos_dng_image/Applications
# ln -s ~/Applications ./dist/macos_dng_image/Applications
# mv ./dist/macos_dng_image/Applications "./dist/macos_dng_image/ "
hdiutil create /tmp/tmp.dmg -ov -volname "blog2epub" -fs HFS+ -srcfolder "./dist/macos_dng_image/"
hdiutil convert /tmp/tmp.dmg -format UDZO -o ./dist/blog2epub.dmg
fi

0 comments on commit 7fa4a02

Please sign in to comment.