Skip to content

Commit

Permalink
Remove unused LOC
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Apr 19, 2024
1 parent 1ba3d45 commit 82300dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/electron/afterPack.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ exports.default = async ({ appOutDir, packager }) => {
console.log(
` \x1B[34m•\x1B[0m asarmor encrypting contents of ${asarPath}`
);
const root = join(__dirname, '..', '..');
await encrypt({
src: asarPath,
dst: asarPath,
Expand Down

0 comments on commit 82300dc

Please sign in to comment.