Update update.js
This commit is contained in:
parent
ea74065446
commit
5ce51ad1e5
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue