Update update.js
This commit is contained in:
parent
8d4de3f268
commit
e0de3334b8
|
|
@ -2,10 +2,10 @@ const fs = require('fs');
|
|||
|
||||
var packagejson = require('./package.json');
|
||||
|
||||
packagejson.build.publish = {
|
||||
packagejson.build.publish = [{
|
||||
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest",
|
||||
provider: "generic"
|
||||
};
|
||||
}];
|
||||
|
||||
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue