Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed May 16, 2024
1 parent 1330c30 commit e78ab5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ The "Command line options" accept whatever fontc accepts.

#### How to update the embdedded fontc

Please note that the instructions below are for the **maintainers** of the plugin, not the
Glyphs.app **users** who can get the updated fontc by upgrading the plugin itself within the app.

1. Check the latest fontc version available at https://github.com/googlefonts/fontc/releases/latest
1. Modify the `FONTC_VERSION` file accordingly
1. Run `./update-requirements.sh` to update the requirements.txt file embedded inside
the plugin
the plugin (cf. https://github.com/googlefonts/fontc-export-plugin/pull/1).
1. Bump _both_ `CFBundleShortVersionString` and `CFBundleVersion` in `fontcExport.glyphsFileFormat/Contents/Resources/Info.plist`, and stick to Glyphs.app's conventions whereby `CFBundleShortVersionString` looks like `MAJOR.MINOR` (e.g. `0.1`) and `CFBundleVersion` is a simple integer (e.g. `123`) for the build number.
1. Commit the changes and push

0 comments on commit e78ab5a

Please sign in to comment.