File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
4849To 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
8788Gitify 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
You can’t perform that action at this time.
0 commit comments