Skip to content

Commit

Permalink
chore: package update (#1277)
Browse files Browse the repository at this point in the history
* chore: package update

* disable code signing

* disable code signing on build app

* add env variable

* set CSC_FOR_PULL_REQUEST true

* chore
  • Loading branch information
fullstackninja864 authored Nov 23, 2023
1 parent ba0f869 commit 6ec1f63
Show file tree
Hide file tree
Showing 5 changed files with 1,104 additions and 1,131 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 6ec1f63

Please sign in to comment.