Skip to content

Commit 713ba9e

Browse files
committed
chore: adding encrypted .env file for Mac build
1 parent b8338c0 commit 713ba9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env.enc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9�R9�^�❆b�Y�8�������f>�Ԧ�*�������i���a�G�YK]=��K���7���i6�a ����Ϟ

tasks/arc-publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ echo "Copying certificate files to main directory..."
1111
cp certs/advancedrestclient.pfx .
1212
cp certs/arc-mac-certs.p12 .
1313

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+
1417
export CSC_NAME="Pawel Psztyc"
1518
export WIN_CSC_LINK="advancedrestclient.pfx"
1619
export CSC_LINK="arc-mac-certs.p12"

0 commit comments

Comments
 (0)