Skip to content

Commit e0de333

Browse files
Update update.js
1 parent 8d4de3f commit e0de333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ const fs = require('fs');
22

33
var packagejson = require('./package.json');
44

5-
packagejson.build.publish = {
5+
packagejson.build.publish = [{
66
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest",
77
provider: "generic"
8-
};
8+
}];
99

1010
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
1111

0 commit comments

Comments
 (0)