Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DeFiCh/app into harsh/noterise-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Nov 23, 2023
2 parents 06ecf53 + 6ec1f63 commit 915450d
Show file tree
Hide file tree
Showing 4 changed files with 1,102 additions and 1,129 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
CI: true
APPLE_ID: ${{ secrets.APPLE_ID}}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS}}
# Disable code signing
CSC_IDENTITY_AUTO_DISCOVERY: false

create-mac-checksum:
needs:
Expand Down
2 changes: 1 addition & 1 deletion electron-app/assets/notarize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { notarize } = require('electron-notarize');
const { notarize } = require('@electron/notarize');
const { build } = require('../../package.json');

exports.default = async function notarizeMacOS(context) {
Expand Down
Loading

0 comments on commit 915450d

Please sign in to comment.