Skip to content

Commit d12ea92

Browse files
authored
Merge pull request #1051 from OpenBCI/code-signing
Code Signing Fix
2 parents 450c1b2 + ff6a6f2 commit d12ea92

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ environment:
1111
AWS_SECRET_ACCESS_KEY:
1212
secure: jeVYQ02OTywaENrIcWvoZg+YzGnhiluCDes/kaJE4NeVIZqjlipFt5yXxCct9S5w
1313
PFX_PASS:
14-
secure: XgRchp0saDkbKAdG0Jx21w==
14+
secure: HFlvHivXXp6aQmUc3h1PBBga7E3ZyYaxwMuCjNasXZA=
1515
PFX_SECRET:
16-
secure: 3PhIPc0E+l0wwYbXtM+/mw==
16+
secure: PcOXO1xDMa3VRUG6eW+91g==
1717
PFX_SALT:
18-
secure: b6MZZgekYbNsr1/uS8PjfDHa5WXCFnr3ILBK+NSVkATUZiAI+dLrAvIN+t5T3iN+vQSYWLy1CTg7XT+Nr/o/+w==
18+
secure: x/WLIGDVMCz3yYBVXVN6bjR7R2S40uCY54Q+bVbUMTi+5DW1MSYUcKX/qyzN750zNQZ5j1X4dbujBYnT3FdY6Q==
1919

2020
build: off
2121

@@ -30,7 +30,7 @@ install:
3030

3131
# decrypt pfx file if env are set (not set in PR builds)
3232
- ps: if($env:PFX_SECRET) { iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1')) }
33-
- ps: if($env:PFX_SECRET) { appveyor-tools\secure-file -decrypt $env:APPVEYOR_BUILD_FOLDER\release_script\windows_only\84b241cb6d0bf5e6-SHA2.pfx.enc -secret $env:PFX_SECRET -salt $env:PFX_SALT }
33+
- ps: if($env:PFX_SECRET) { appveyor-tools\secure-file -decrypt $env:APPVEYOR_BUILD_FOLDER\release_script\windows_only\0a2d0e9821bd184a1d969a1db3630c92-SHA2.pfx.enc -secret $env:PFX_SECRET -salt $env:PFX_SALT }
3434

3535
- mkdir %APPVEYOR_BUILD_FOLDER%\temp
3636
- cd %APPVEYOR_BUILD_FOLDER%\temp
@@ -44,7 +44,7 @@ install:
4444
build_script:
4545
- cd %APPVEYOR_BUILD_FOLDER%
4646
- python %APPVEYOR_BUILD_FOLDER%\OpenBCI_GUI_UnitTests\run-unittests.py
47-
- python %APPVEYOR_BUILD_FOLDER%\release_script\make-release.py --no-prompts --pfx-password %PFX_PASS% --pfx-path %APPVEYOR_BUILD_FOLDER%\release_script\windows_only\84b241cb6d0bf5e6-SHA2.pfx
47+
- python %APPVEYOR_BUILD_FOLDER%\release_script\make-release.py --no-prompts --pfx-password %PFX_PASS% --pfx-path %APPVEYOR_BUILD_FOLDER%\release_script\windows_only\0a2d0e9821bd184a1d969a1db3630c92-SHA2.pfx
4848
- set /p GUI_COMMIT_TIME= < temp\timestamp.txt
4949
- set /p GUI_VERSION_STRING= < temp\versionstring.txt
5050

Binary file not shown.
-4.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)