-
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 #337 from ooni/[email protected]
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
designated => anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and ( certificate leaf[subject.OU] = "YWCG8FZTLT" or certificate leaf[subject.OU] = "TT53HD8N84" ) |
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"description": "OONI Probe Desktop app", | ||
"author": "Open Observatory of Network Interference (OONI) <[email protected]>", | ||
"productName": "OONI Probe", | ||
"version": "3.9.4", | ||
"probeVersion": "3.20.1", | ||
"version": "3.9.5", | ||
"probeVersion": "3.21.0", | ||
"main": "main/index.js", | ||
"license": "BSD-3-Clause", | ||
"repository": "ooni/probe-desktop", | ||
|
@@ -62,6 +62,10 @@ | |
] | ||
}, | ||
"win": { | ||
"publisherName": [ | ||
"ASSOCIAZIONE HERMES", | ||
"Open Observatory of Network Interference (OONI)" | ||
], | ||
"target": [ | ||
"nsis" | ||
], | ||
|
@@ -131,6 +135,7 @@ | |
"entitlementsInherit": "./build/entitlements.mac.inherit.plist", | ||
"category": "public.app-category.tools", | ||
"icon": "build/icons/app.icns", | ||
"requirements": "electron-builder-requirements.txt", | ||
"extraResources": [ | ||
{ | ||
"from": "./build/probe-cli/darwin_amd64/ooniprobe", | ||
|