Fix MacOS build and add font credits
This commit is contained in:
@@ -52,6 +52,12 @@ Some of the assets bundled with novelWriter were adapted from the following sour
|
|||||||
* [Owl](https://github.com/sdras/night-owl-vscode-theme) syntax themes by Sarah Drasner (MIT License)
|
* [Owl](https://github.com/sdras/night-owl-vscode-theme) syntax themes by Sarah Drasner (MIT License)
|
||||||
* [Solarized](https://github.com/altercation/solarized) themes by Ethan Schoonover (MIT License)
|
* [Solarized](https://github.com/altercation/solarized) themes by Ethan Schoonover (MIT License)
|
||||||
|
|
||||||
|
## Fonts
|
||||||
|
|
||||||
|
The font used for the main novelWriter logo, mimetype and text banners is:
|
||||||
|
|
||||||
|
* Pridi by Cadson Demak (Open Font License, Version 1.1)
|
||||||
|
|
||||||
## Special Mentions
|
## Special Mentions
|
||||||
|
|
||||||
Additional thanks to @johnblommers who was an early user and who has provided a lot of very useful
|
Additional thanks to @johnblommers who was an early user and who has provided a lot of very useful
|
||||||
|
|||||||
@@ -61,6 +61,13 @@ more contributions are listed on the project's <a href="https://crowdin.com/proj
|
|||||||
<a href="https://github.com/altercation/solarized">Solarized</a> themes by Ethan Schoonover (MIT License)
|
<a href="https://github.com/altercation/solarized">Solarized</a> themes by Ethan Schoonover (MIT License)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3>Fonts</h3>
|
||||||
|
|
||||||
|
<p>The font used for the main novelWriter logo, mimetype and text banners is:</p>
|
||||||
|
<p>
|
||||||
|
Pridi by Cadson Demak (Open Font License, Version 1.1)
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>Special Mentions</h3>
|
<h3>Special Mentions</h3>
|
||||||
|
|
||||||
<p>Additional thanks to <a href="https://github.com/johnblommers">@johnblommers</a> who was an early user and who has provided a lot
|
<p>Additional thanks to <a href="https://github.com/johnblommers">@johnblommers</a> who was an early user and who has provided a lot
|
||||||
|
|||||||
@@ -62,6 +62,14 @@ fi
|
|||||||
echo "Content of current dir:"
|
echo "Content of current dir:"
|
||||||
ls -lah .
|
ls -lah .
|
||||||
|
|
||||||
|
# Create icon
|
||||||
|
echo "Creating icon ..."
|
||||||
|
pushd "$SRC_DIR/setup/macos" || exit 1
|
||||||
|
iconutil -c icns $SRC_DIR/setup/macos/novelwriter.iconset
|
||||||
|
echo "Content of current dir:"
|
||||||
|
ls -lah .
|
||||||
|
|
||||||
|
popd || exit 1
|
||||||
popd || exit 1
|
popd || exit 1
|
||||||
pushd "$BUILD_DIR"/ || exit 1
|
pushd "$BUILD_DIR"/ || exit 1
|
||||||
|
|
||||||
@@ -111,8 +119,7 @@ for file in "${FILES_COPY[@]}"; do
|
|||||||
cp -R $SRC_DIR/$file novelWriter.app/Contents/Resources/novelWriter/
|
cp -R $SRC_DIR/$file novelWriter.app/Contents/Resources/novelWriter/
|
||||||
done
|
done
|
||||||
|
|
||||||
iconutil -c icns -o novelWriter.app/Contents/Resources/novelwriter.icns $SRC_DIR/setup/macos/novelwriter.iconset
|
cp $SRC_DIR/setup/macos/novelwriter.icns novelWriter.app/Contents/Resources/
|
||||||
# cp $SRC_DIR/setup/macos/novelwriter.icns novelWriter.app/Contents/Resources/
|
|
||||||
|
|
||||||
# Create entry script
|
# Create entry script
|
||||||
echo "Creating entry script ..."
|
echo "Creating entry script ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user