mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add build insturctions for Windows
This commit is contained in:
parent
74326041b3
commit
be8a3142dc
1 changed files with 13 additions and 0 deletions
13
readme.md
13
readme.md
|
@ -230,6 +230,19 @@ $(npm bin)/web-ext build -s build
|
|||
|
||||
If you want to build a signed copy (e.g. for the non-developer release), you can do that with `web-ext sign`. You'll need some keys for AMO and to edit the application id in `src/manifest.json`. There's a helper script in `scripts/sign` that's used by our build bot and for manual releases.
|
||||
|
||||
#### Building on Windows
|
||||
|
||||
- Install [Git for Windows][win-git]
|
||||
|
||||
- Install [NodeJS for Windows][win-nodejs]
|
||||
- Current 8.11.1 LTS seems to work fine
|
||||
|
||||
- Launch the installation steps described above from MinTTY shell
|
||||
- Also known as "Git Bash"
|
||||
|
||||
[win-git]: https://git-scm.com/download/win
|
||||
[win-nodejs]: https://nodejs.org/dist/v8.11.1/node-v8.11.1-x64.msi
|
||||
|
||||
### Development loop
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue