Skip to content

Commit

Permalink
Add Logic for Replacing CSC_KEY_PASSWORD Env Var (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urook committed Oct 3, 2023
1 parent da49e27 commit 61346b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
echo $WIN_EV_CERT_BASE64_22 | base64 --decode > rookout.crt
export WINDOWS_EV_CERTIFICATE_PATH=rookout.crt
export CSC_LINK=$NEW_CSC_LINK
export CSC_KEY_PASSWORD=$NEW_CSC_KEY_PASSWORD
# package code for every distribution (mac, win, linux) and publish as github release
yarn run build-packages-all-distributions
# publish in google storage bucket (additionally to electronbuild-publisher)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorook",
"version": "1.15.6",
"version": "1.15.7",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 61346b9

Please sign in to comment.