diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-11 16:44:17 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-11 16:44:17 +0200 |
| commit | fade7c2164fe8493f89731ee78f4527980db53c1 (patch) | |
| tree | 134fd0c044e0abedadc455cd6ee276bcad433148 | |
| parent | 3eb0b7b0fb54269f87c7093a8c82d375d96858ed (diff) | |
| download | mullvadvpn-fade7c2164fe8493f89731ee78f4527980db53c1.tar.xz mullvadvpn-fade7c2164fe8493f89731ee78f4527980db53c1.zip | |
Bundle crl.pem
| -rw-r--r-- | electron-builder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 0891cda354..84c2999932 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -10,6 +10,8 @@ extraResources: # master.mullvad.net certificate used by mullvadd - from: dist-assets/ca.crt to: . + - from: dist-assets/crl.pem + to: . directories: buildResources: dist-assets/ |
