From f5e09b7f14bece1385b62d500f0c624c4f69bc26 Mon Sep 17 00:00:00 2001 From: Dudi Cohen Date: Sun, 4 May 2025 17:27:39 +0300 Subject: [PATCH 1/2] udpate the ev certificate to 25 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 36a75ef9a9c339cecaf00e15f5185e20ed01957a Mon Sep 17 00:00:00 2001 From: Dudi Cohen Date: Sun, 4 May 2025 17:28:27 +0300 Subject: [PATCH 2/2] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {