We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8338c0 commit 713ba9eCopy full SHA for 713ba9e
.env.enc
@@ -0,0 +1 @@
1
+9�R9�^�❆b�Y�8�������f>�Ԧ�*�������i���a�G�YK]=��K���7���i6�a����Ϟ
tasks/arc-publish.sh
@@ -11,6 +11,9 @@ echo "Copying certificate files to main directory..."
11
cp certs/advancedrestclient.pfx .
12
cp certs/arc-mac-certs.p12 .
13
14
+echo "Decrypting .env file..."
15
+openssl aes-256-cbc -K $encrypted_cb8606543db7_key -iv $encrypted_cb8606543db7_iv -in .env.enc -out .env -d
16
+
17
export CSC_NAME="Pawel Psztyc"
18
export WIN_CSC_LINK="advancedrestclient.pfx"
19
export CSC_LINK="arc-mac-certs.p12"
0 commit comments