diff --git a/.circleci/config.yml b/.circleci/config.yml index 908782d..bbda76a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: export CSC_KEY_PASSWORD=$NEW_CSC_KEY_PASSWORD # Win signing # save windows certificate locally (WIN_CERT) is base64 of our certificate - echo $WIN_EV_CERT_BASE64_22 | base64 --decode > rookout.crt + echo $WIN_EV_CERT_BASE64_25 | base64 --decode > rookout.crt export WINDOWS_EV_CERTIFICATE_PATH=rookout.crt # package code for every distribution (mac, win, linux) and publish as github release yarn run build-packages-all-distributions diff --git a/package.json b/package.json index 2e21737..8b5cc83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorook", - "version": "1.16.5", + "version": "1.16.6", "description": "Rookout's site addon to support local files and folders", "main": "dist/index.js", "scripts": {