-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from ooni/issue/1879
chore: use ooniprobe-cli 3.11.0-beta.2
- Loading branch information
Showing
3 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,8 @@ In order to start hacking on this, we assume you have `node` and `yarn` | |
installed. | ||
|
||
Then you can run: | ||
``` | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
|
@@ -65,9 +66,9 @@ yarn run start | |
|
||
## Update the translations | ||
|
||
* Save the strings from the canonical spreadsheet into `data/lang-en.csv` | ||
* Run `$ node scripts/update-translations.js` | ||
* Commit `data/lang-en.csv`, `lang/*.json` and `renderer/static/translations.js` | ||
- Save the strings from the canonical spreadsheet into `data/lang-en.csv` | ||
- Run `$ node scripts/update-translations.js` | ||
- Commit `data/lang-en.csv`, `lang/*.json` and `renderer/static/translations.js` | ||
into git | ||
|
||
## Build and sign macOS app | ||
|
@@ -91,7 +92,7 @@ OONI_TEAMID=YWCG8FZTLT | |
where `TOKEN` is a [personal github token](https://github.com/settings/tokens/new) | ||
with repository scope, `[email protected]` is the Apple ID you are using as part of our | ||
team, `XXXX` is a password specific application created by visiting | ||
https://appleid.apple.com and logging in as `[email protected]`, and | ||
[appleid.apple.com](https://appleid.apple.com) and logging in as `[email protected]`, and | ||
`YWCG8FZTLT` is the team ID used by OONI. | ||
|
||
Then, run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"author": "Open Observatory of Network Interference (OONI) <[email protected]>", | ||
"productName": "OONI Probe", | ||
"version": "3.6.1", | ||
"probeVersion": "3.10.0-beta.3", | ||
"probeVersion": "3.11.0-beta.2", | ||
"main": "main/index.js", | ||
"license": "BSD-3-Clause", | ||
"repository": "ooni/probe-desktop", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters