Skip to content

Commit

Permalink
Fix MacOS signing
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 authored and Yostra committed Jan 12, 2021
1 parent 2e47ae6 commit 1b66ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sh install.sh
- name: Setup Node 12.x
uses: actions/[email protected].4
uses: actions/[email protected].3
with:
node-version: '12.x'

Expand All @@ -93,7 +93,6 @@ jobs:
. ./activate
clang --version
cd ./electron-react
npm install -g electron-osx-sign
npm install
npm audit fix
cd ../build_scripts
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "Chia Installer Version is: $CHIA_INSTALLER_VERSION"
echo "Installing npm and electron packagers"
npm install electron-installer-dmg -g
npm install electron-packager -g
npm install electron/electron-osx-sign #master --save-dev -g
npm install electron/electron-osx-sign -g

echo "Create dist/"
sudo rm -rf dist
Expand Down

0 comments on commit 1b66ae2

Please sign in to comment.