Open evshiron opened 7 years ago
Is it possible to set nwVersion from command line too? Or another possibility to make build.nwVersion in package.json more dynamic like:
{
config: {
nwVersion: "0.39.2"
},
build: {
nwVersion: "%npm_package_config_nwVersion%"
}
}
It's implemented in
electron-builder
and supported byyargs
. For example,--pkg.name=Project
and--config.win.versionStrings.ProductName=Project
.