update chrome-app build
This commit is contained in:
parent
dafd46c3a2
commit
6a5ad97d62
1 changed files with 7 additions and 1 deletions
|
|
@ -129,7 +129,13 @@ npm run final:desktop
|
||||||
|
|
||||||
### Google Chrome App
|
### Google Chrome App
|
||||||
|
|
||||||
- Run `npm run-script chrome`
|
> cd chrome-app/
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run apply:copay
|
||||||
|
grunt
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
On success, the Chrome extension will be located at: `browser-extensions/chrome/copay-chrome-extension`. To install it go to `chrome://extensions/` in your browser and ensure you have the 'developer mode' option enabled in the settings. Then click on "Load unpacked chrome extension" and choose the directory mentioned above.
|
On success, the Chrome extension will be located at: `browser-extensions/chrome/copay-chrome-extension`. To install it go to `chrome://extensions/` in your browser and ensure you have the 'developer mode' option enabled in the settings. Then click on "Load unpacked chrome extension" and choose the directory mentioned above.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue