Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Oct 16, 2024
1 parent d7305b2 commit 6e581db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 106 deletions.
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ mac:
minimumSystemVersion: "10.13"
hardenedRuntime: true
notarize: false
identity: null
# setting identity to null, because i just had an issue with signing.
target:
- dmg
extendInfo:
Expand Down
4 changes: 2 additions & 2 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default defineConfig({
'dotenv',
'@electron-toolkit/utils',
'electron-store',
'@deepfocus/get-windows',
'node-mac-permissions'
'node-mac-permissions',
'node-fetch'
]
}
},
Expand Down
105 changes: 1 addition & 104 deletions package-lock.json

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

0 comments on commit 6e581db

Please sign in to comment.