Skip to content

Commit

Permalink
Improved Logic for Replace CSC_LINK Env Var
Browse files Browse the repository at this point in the history
  • Loading branch information
Urook committed Oct 3, 2023
1 parent a436690 commit c799451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
# save windows certificate locally (WIN_CERT) is base64 of our certificate
echo $WIN_EV_CERT_BASE64_22 | base64 --decode > rookout.crt
export WINDOWS_EV_CERTIFICATE_PATH=rookout.crt
export CSC_LINK=$NEW_CSC_LINK
# 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorook",
"version": "1.15.5",
"version": "1.15.6",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"package-windows": "electron-builder --win",
"build-headless": "tsc",
"dist": "electron-builder",
"build-packages-all-distributions": "export ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true && export CSC_LINK=$NEW_CSC_LINK && electron-builder --mac --win --linux --arm64 --x64 -p always",
"build-packages-all-distributions": "export ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true && electron-builder --mac --win --linux --arm64 --x64 -p always",
"lint": "tslint -c tslint.json -p tsconfig.json",
"start": "cross-env development=1 yarn run build && cross-env development=1 electron ./dist/index.js",
"start-headless": "yarn run build-headless && node ./dist/headless.js -p=44512",
Expand Down

0 comments on commit c799451

Please sign in to comment.