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.
21
21
- Node 10+
22
22
- Yarn
23
23
- [ Electron] ( https://electronjs.org/ )
24
+ - [ TypeScript] ( https://www.typescriptlang.org/ )
24
25
- [ React] ( https://reactjs.org/ )
25
26
- [ Redux] ( http://redux.js.org/ )
26
27
@@ -47,9 +48,9 @@ To run the actual **electron app**:
47
48
48
49
To prepare the app for distribution run:
49
50
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
53
54
54
55
### Tests
55
56
@@ -87,7 +88,7 @@ Since version `1.1.0` you can now debug Gitify by pressing `alt+cmd+I`. This wil
87
88
Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.
88
89
89
90
[ 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
91
92
[ codecov-image ] : https://codecov.io/gh/manosim/gitify/branch/master/graph/badge.svg
92
93
[ codecov-url ] : https://codecov.io/gh/manosim/gitify
93
94
[ downloads-image ] : https://img.shields.io/github/downloads/manosim/gitify/total.svg
You can’t perform that action at this time.
0 commit comments