Skip to content

Commit

Permalink
update signing plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 13, 2024
1 parent 93d5f4e commit 6894a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/electron/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"files": ["output/build/windows"],
"icon": "output/icons/win/icon.ico",
"sign": "src/electron/windows/electron_builder_signing_plugin.cjs",
"sign": "client/src/electron/windows/electron_builder_signing_plugin.cjs",
"signingHashAlgorithms": ["sha256"]
},
"nsis": {
Expand Down

0 comments on commit 6894a19

Please sign in to comment.