Skip to content

Commit 5ce51ad

Browse files
author
Muhammed Kalkan
committed
Update update.js
1 parent ea74065 commit 5ce51ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

update.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ const fs = require('fs');
33
var packagejson = require('./package.json');
44

55
packagejson.build.publish = {
6-
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/latest",
7-
provider: "generic",
8-
channel: "latest"
6+
url: "https://github.com/MuhammedKalkan/LensPrivate/releases/download/Latest",
7+
provider: "generic"
98
}
109

1110
fs.writeFileSync('package.json', JSON.stringify(packagejson));

0 commit comments

Comments
 (0)