Configure windows build artifact name

Auto updater name convention fix
This commit is contained in:
Muhammed Kalkan 2022-07-28 19:41:16 +03:00 committed by GitHub
parent 73b57e4f4f
commit 9b4b010f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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));