Skip to content

Commit

Permalink
Add publisherName for win build
Browse files Browse the repository at this point in the history
  • Loading branch information
mebays committed Nov 30, 2022
1 parent 708662b commit 7b5fbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ packagejson.build.publish = [{

// This updates the naming of the artifact to not contain spaces vs the default 'OpenLens Setup ${version}.${ext}'
packagejson.build.win.artifactName = "OpenLens-${version}.${ext}";
packagejson.build.win.publisherName = "finvi.com"

fs.writeFileSync('package.json', JSON.stringify(packagejson));

0 comments on commit 7b5fbaa

Please sign in to comment.