do this
This commit is contained in:
parent
daba8ee5d6
commit
165fdfd5bd
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
|||
exports.default = function(context) {
|
||||
const { execSync } = require('child_process')
|
||||
|
||||
if (process.platform !== 'darwin')
|
||||
return
|
||||
|
||||
console.log('Castlabs-evs update start')
|
||||
execSync('python3 -m pip install --upgrade castlabs-evs')
|
||||
console.log('Castlabs-evs update complete')
|
||||
|
||||
if (process.platform !== 'darwin')
|
||||
return
|
||||
|
||||
|
||||
console.log('VMP signing start')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue