diff options
| -rwxr-xr-x | build.sh | 2 | ||||
| -rw-r--r-- | electron-builder.yml | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -18,7 +18,7 @@ source env.sh if [[ "${1:-""}" != "--dev-build" ]]; then - REQUIRED_RUSTC_VERSION="rustc 1.27.1 (5f2b325f6 2018-07-07)" + REQUIRED_RUSTC_VERSION="rustc 1.27.2 (58cc626de 2018-07-18)" if [[ $RUSTC_VERSION != $REQUIRED_RUSTC_VERSION ]]; then echo "You are running the wrong Rust compiler version." diff --git a/electron-builder.yml b/electron-builder.yml index 02f612bf28..7d421659b4 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -84,6 +84,9 @@ win: to: . - from: ./dist-assets/binaries/windows/openvpn.exe to: . + publisherName: Amagicom AB + signingHashAlgorithms: + - sha256 linux: target: |
