[autoUpdate] Switch from CircleCI to GitHub Releases #2

This commit is contained in:
child_duckling 2022-03-20 21:13:58 -07:00
parent 0e1561127a
commit ba8e68b1ff

View file

@ -40,7 +40,7 @@ package.publish = {
"releaseType": "release"
}
let {exec} = require('child_process')
exec('echo $APP_VERSION', {env: {'APP_VERSION': package.version}}, function (error, stdout, stderr)
{
console.log(stdout, stderr, error);