Skip to content

Commit

Permalink
update readme, copy; remove .d. from typings file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgonzalez committed Nov 29, 2017
1 parent d64a8a5 commit 7c22f66
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ where those formats were last supported.
Help us keep FontPlop free and open source by making a donation. Thanks – it helps us continue
to build awesome stuff.

Via OpenCollective: https://opencollective.com/fontplop
Via Bitcoin: `182JQcPACPh3bf6iQE73KB4Dvv5na6zep4`


Expand Down
2 changes: 1 addition & 1 deletion src/checkupdates.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const iconPath = 'assets/system-icons/icon_64x64.png'
const updateURL = 'http://fontplop.com/'

function showUpdateMessageBox (update) {
let message = 'Check it. ' + update.tag_name + ' is hot off the press. You are currently rocking v' + version + '. You might want to go an grab it.'
let message = 'Check it. ' + update.tag_name + ' is hot off the press. You are currently rocking v' + version + '. You might want to go and grab it.'

// Ask user to update the app
dialog.showMessageBox({
Expand Down
1 change: 0 additions & 1 deletion typings/fonteditor-core.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion typings/replace-ext.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion typings/ttf2woff2.d.ts

This file was deleted.

0 comments on commit 7c22f66

Please sign in to comment.