Skip to content

Commit

Permalink
Remove dependency on cert.pem to build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathms committed Nov 7, 2019
1 parent 9561d9a commit 21e51ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
{
"from": "./bin/windows_amd64/ooniprobe.exe",
"to": "./resources/bin/ooniprobe.exe"
},
{
"from": "./bin/cert.pem",
"to": "./resources/cert.pem"
}
]
},
Expand All @@ -84,10 +80,6 @@
{
"from": "./bin/darwin_amd64/ooniprobe",
"to": "./Resources/bin/ooniprobe"
},
{
"from": "./bin/cert.pem",
"to": "./Resources/cert.pem"
}
]
},
Expand Down

0 comments on commit 21e51ca

Please sign in to comment.