Update update.js

This commit is contained in:
Muhammed Kalkan 2022-09-20 20:48:55 +03:00 committed by GitHub
parent 8d4de3f268
commit e0de3334b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}";