Skip to content

Commit

Permalink
Backup publisher name it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mebays committed Nov 30, 2022
1 parent 7b5fbaa commit 1002f15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ 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 1002f15

Please sign in to comment.