Skip to content

Commit

Permalink
chore: replace asar with @electron/asar (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikian authored Dec 11, 2023
1 parent 768f195 commit 1ef24cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@malept/cross-spawn-promise": "^1.0.0",
"asar": "^3.0.0",
"@electron/asar": "^3.2.5",
"debug": "^4.1.1",
"fs-extra": "^9.0.0",
"glob": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/readmetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const { promisify } = require('util')

const asar = require('asar')
const asar = require('@electron/asar')
const fs = require('fs-extra')
const glob = promisify(require('glob'))
const path = require('path')
Expand Down

0 comments on commit 1ef24cb

Please sign in to comment.