Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
fix sign.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
jk authored and jk committed Jul 30, 2020
1 parent 86c0230 commit 06205fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"win": {
"target": "NSIS",
"sign": "sign.js",
"sign": "scripts/sign.js",
"files": [
"dist/**/*",
"build/icon.*",
Expand Down

0 comments on commit 06205fb

Please sign in to comment.