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');
|
||||
|
||||
packagejson.build.publish = {
|
||||
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/latest",
|
||||
provider: "generic",
|
||||
channel: "latest"
|
||||
url: "https://github.com/MuhammedKalkan/LensPrivate/releases/download/Latest",
|
||||
provider: "generic"
|
||||
}
|
||||
|
||||
fs.writeFileSync('package.json', JSON.stringify(packagejson));
|
||||
|
|
|
|||
Loading…
Reference in New Issue