Configure windows build artifact name
Auto updater name convention fix
This commit is contained in:
parent
73b57e4f4f
commit
9b4b010f57
|
|
@ -5,6 +5,8 @@ var packagejson = require('./package.json');
|
|||
packagejson.build.publish = {
|
||||
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest",
|
||||
provider: "generic"
|
||||
}
|
||||
};
|
||||
|
||||
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
|
||||
|
||||
fs.writeFileSync('package.json', JSON.stringify(packagejson));
|
||||
|
|
|
|||
Loading…
Reference in New Issue