mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
AppVeyor: Add decryption secrets
This commit is contained in:
parent
e04cef9e8c
commit
f18340f8d7
1 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@ install:
|
||||||
|
|
||||||
# Extract the codesigning certs, encrypted private ssh key
|
# Extract the codesigning certs, encrypted private ssh key
|
||||||
- ps: |
|
- ps: |
|
||||||
C:\OpenSSL-Win32\bin\openssl.exe -K $encrypted_faf2708e46e2_key -iv $encrypted_faf2708e46e2_iv -in app/build/resources/certs.tar.enc -out app/build/resources/certs.tar -d;
|
C:\OpenSSL-Win32\bin\openssl.exe aes-256-cbc -K $encrypted_faf2708e46e2_key -iv $encrypted_faf2708e46e2_iv -in app/build/resources/certs.tar.enc -out app/build/resources/certs.tar -d;
|
||||||
mkdir app/build/resources/certs;
|
mkdir app/build/resources/certs;
|
||||||
tar xvf app/build/resources/certs.tar --directory=app/build/resources/;
|
tar xvf app/build/resources/certs.tar --directory=app/build/resources/;
|
||||||
|
|
||||||
|
@ -51,8 +51,10 @@ environment:
|
||||||
global:
|
global:
|
||||||
SIGN_BUILD: true
|
SIGN_BUILD: true
|
||||||
CERTIFICATE_FILE: .\app\build\resources\certs\appveyor\win-nylas-n1.p12
|
CERTIFICATE_FILE: .\app\build\resources\certs\appveyor\win-nylas-n1.p12
|
||||||
DECRYPTION_PASSWORD:
|
encrypted_faf2708e46e2_key:
|
||||||
secure: 48VSzDtdBd52Xlo3TZ1NeR1yRRrZ3AU6Px5XjD5RDp44cFU5GYVspecGqX6DGCV7i0D7nldGMyEbXNrjM1t1Kw==
|
secure: mdegN/AldrADhtEop6mDwq6d4jUskzijK2X7Twf2lj9t3jdaW4OtMuJ5Ywyt+GN/N7qMFr7LOvxQ5gz4aoIW+Dg9d03AX3BH1o4BI6g+wdk=
|
||||||
|
encrypted_faf2708e46e2_iv:
|
||||||
|
secure: B2pwd1AlmQHjIpIau1NylfEMkwJJ5u7NhxgZcU8WicwP6+cmePnAacYIwpe1fXEf
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- node_modules -> package.json
|
- node_modules -> package.json
|
||||||
|
|
Loading…
Reference in a new issue