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 db4d1b6 commit d2fcd48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ if [ -d "./dist/blog2epub.app" ]; then
if [ -d "./dist/macos_dng_image" ]; then
rm -r "./dist/macos_dng_image"
fi
if [ -f "./dist/blog2epub.dmg" ]; then
rm "./dist/blog2epub.dmg"
fi
# TODO: investigate why these 4 files were not copied to app
cp -v ./assets/Alegreya-Regular.ttf ./dist/blog2epub.app/Contents/Resources
cp -v ./assets/Alegreya-Italic.ttf ./dist/blog2epub.app/Contents/Resources
Expand Down

0 comments on commit d2fcd48

Please sign in to comment.