Introduce new auto-updating staging channel
This commit is contained in:
parent
4038d781d6
commit
038ec9e05d
6 changed files with 117 additions and 2 deletions
|
@ -16,7 +16,8 @@ const { version } = packageJson;
|
|||
// adding the ${channel} macro to these values, but Electron-Builder didn't like that.
|
||||
|
||||
if (!isAlpha(version)) {
|
||||
process.exit();
|
||||
console.error(`Version '${version}' is not an alpha version!`);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
console.log('prepare_alpha_build: updating package.json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue