Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nulla2011 committed Jan 24, 2024
1 parent 82b5c10 commit 5186e32
Show file tree
Hide file tree
Showing 5 changed files with 15,226 additions and 974 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
shamefully-hoist=true
node_sqlite3_binary_host_mirror=https://registry.npmmirror.com/-/binary/sqlite3
6 changes: 3 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ files:
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
- '!ae_project/*'
- '!node_modules/express/*'
- '!node_modules.old/*'
asarUnpack:
- resources/*
afterSign: build/notarize.js
- resources/**
win:
executableName: prisism
nsis:
Expand All @@ -28,6 +27,7 @@ mac:
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
dmg:
artifactName: ${name}-${version}.${ext}
linux:
Expand Down
Loading

0 comments on commit 5186e32

Please sign in to comment.