Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

fix: building native modules #101

Merged
merged 1 commit into from
Mar 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
Expand All @@ -27,4 +27,4 @@ jobs:
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}

release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: true
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ Firstly, run this command to install all needed dependencies. If you have encoun
$ npm i
```

Now the native modules need to be rebuilt with Electron's headers. To do that, please run:

```bash
$ npm run rebuild
```

The given command below will run Multrin in the development mode.

```bash
Expand All @@ -82,4 +88,5 @@ $ npm start
</a>

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsentialx%2Fmultrin.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsentialx%2Fmultrin?ref=badge_large)
Loading