Skip to content

Commit

Permalink
Update update.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKalkan authored Sep 20, 2022
1 parent 8d4de3f commit e0de333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const fs = require('fs');

var packagejson = require('./package.json');

packagejson.build.publish = {
packagejson.build.publish = [{
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest",
provider: "generic"
};
}];

packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";

Expand Down

0 comments on commit e0de333

Please sign in to comment.