Skip to content

Commit

Permalink
fix: update deprecated notarization dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 1, 2024
1 parent 6e4a89f commit 2278de8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"node": "20.9.0"
},
"devDependencies": {
"@electron/notarize": "^2.3.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
Expand Down
14 changes: 14 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('dotenv').config()
const { notarize } = require('electron-notarize')
import { notarize } from '@electron/notarize'

exports.default = async function notarizing(context) {
const { electronPlatformName, appOutDir } = context
Expand Down

0 comments on commit 2278de8

Please sign in to comment.