Skip to content

Commit c97f9ec

Browse files
committed
Update README.md
1 parent 4550e5c commit c97f9ec

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gitify currently only supports OS X.
2121
- Node 10+
2222
- Yarn
2323
- [Electron](https://electronjs.org/)
24+
- [TypeScript](https://www.typescriptlang.org/)
2425
- [React](https://reactjs.org/)
2526
- [Redux](http://redux.js.org/)
2627

@@ -47,9 +48,9 @@ To run the actual **electron app**:
4748

4849
To prepare the app for distribution run:
4950

50-
yarn run package
51-
52-
To publish a new version, you also need to codesign the app running `yarn run codesign`. Currently supports only OS X.
51+
yarn run build
52+
yarn run pack
53+
yarn run make:macos
5354

5455
### Tests
5556

@@ -87,7 +88,7 @@ Since version `1.1.0` you can now debug Gitify by pressing `alt+cmd+I`. This wil
8788
Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.
8889

8990
[github-image]: https://github.com/manosim/gitify/workflows/CI/badge.svg
90-
[github-url]: https://circleci.com/gh/manosim/gitify
91+
[github-url]: https://github.com/manosim/gitify/actions
9192
[codecov-image]: https://codecov.io/gh/manosim/gitify/branch/master/graph/badge.svg
9293
[codecov-url]: https://codecov.io/gh/manosim/gitify
9394
[downloads-image]: https://img.shields.io/github/downloads/manosim/gitify/total.svg

0 commit comments

Comments
 (0)