Skip to content

Commit

Permalink
refactor: update afterSign path in build config
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 16, 2024
1 parent 9ad2877 commit 0cdfe62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const main = async () => {
await build({
publish: 'onTag',
config: {
afterSign: 'electron/afterSign.js',
afterSign: 'electron/hooks/afterSign.js',
appId: 'xyz.valory.olas-operate-app',
artifactName: artifactName(),
productName: 'Pearl',
Expand Down

0 comments on commit 0cdfe62

Please sign in to comment.