Update update.js

This commit is contained in:
Muhammed Kalkan 2022-06-07 10:21:42 +03:00
parent 5ce51ad1e5
commit 7b74cfa44c
1 changed files with 1 additions and 1 deletions

View File

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