Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed Oct 12, 2023
1 parent 0e7e356 commit 59dc64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/electron-builder-config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Configuration } from 'electron-builder'
import path from 'path'
import { notarize } from 'electron-notarize'
import { notarize } from '@electron/notarize'

const STAGE = process.env.STAGE || 'alpha'

Expand Down

0 comments on commit 59dc64f

Please sign in to comment.