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 4, 2024
1 parent 070b858 commit abdf998
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 @@ -52,6 +52,7 @@
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@electron/notarize": "^2.3.0",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@rushstack/eslint-patch": "^1.10.1",
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 abdf998

Please sign in to comment.