-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GH#698: Mac build doesn't start due to missing fonts #739
Conversation
When building without
|
mscore/musescorefonts-Mac.qrc
Outdated
<file alias="fonts/musejazz/MuseJazz.otf">../fonts/musejazz/MuseJazz.otf</file> | ||
<file alias="fonts/petaluma/Petaluma.otf">../fonts/petaluma/Petaluma.otf</file> | ||
<file alias="fonts/finalemaestro/FinaleMaestro.otf">../fonts/finalemaestro/FinaleMaestro.otf</file> | ||
<file alias="fonts/finalebroadway/FinaleBroadway.otf">../fonts/finalbroadway/FinaleBroadway.otf</file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is the problem:
<file alias="fonts/finalebroadway/FinaleBroadway.otf">../fonts/finalbroadway/FinaleBroadway.otf</file> | |
<file alias="fonts/finalebroadway/FinaleBroadway.otf">../fonts/finalebroadway/FinaleBroadway.otf</file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhhh, what a stupid typo. Thanks for pointing it out ;-)
By the way, to disable $(FORMATTER_START) xcodebuild -project ${XCODEPROJ} -configuration Release -target install $(FORMATTER_END); with xcodebuild -project ${XCODEPROJ} -configuration Release -target install; |
165c56c
to
a1c6391
Compare
a1c6391
to
282e918
Compare
282e918
to
6657168
Compare
Resolves: #698