[autoUpdate] Switch from CircleCI to GitHub Releases #2
This commit is contained in:
parent
0e1561127a
commit
ba8e68b1ff
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ package.publish = {
|
||||||
"releaseType": "release"
|
"releaseType": "release"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let {exec} = require('child_process')
|
||||||
exec('echo $APP_VERSION', {env: {'APP_VERSION': package.version}}, function (error, stdout, stderr)
|
exec('echo $APP_VERSION', {env: {'APP_VERSION': package.version}}, function (error, stdout, stderr)
|
||||||
{
|
{
|
||||||
console.log(stdout, stderr, error);
|
console.log(stdout, stderr, error);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue