Update update.js

This commit is contained in:
Muhammed Kalkan 2022-06-07 10:18:55 +03:00
parent ea74065446
commit 5ce51ad1e5
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@ const fs = require('fs');
var packagejson = require('./package.json'); var packagejson = require('./package.json');
packagejson.build.publish = { packagejson.build.publish = {
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/latest", url: "https://github.com/MuhammedKalkan/LensPrivate/releases/download/Latest",
provider: "generic", provider: "generic"
channel: "latest"
} }
fs.writeFileSync('package.json', JSON.stringify(packagejson)); fs.writeFileSync('package.json', JSON.stringify(packagejson));