fix issues

This commit is contained in:
Andrew Morgan 2019-07-15 15:14:06 +01:00
parent 4ec456df37
commit 51c355824c
1 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ fi
# Get dependencies # Get dependencies
echo "Getting dependencies..." echo "Getting dependencies..."
yarn
# Riot currently does not install the correct electron version, so collect it # Riot currently does not install the correct electron version, so collect it
# manually # manually
@ -65,7 +66,7 @@ cd iohook
npm i || echo "Ignoring broken pre-build packages" npm i || echo "Ignoring broken pre-build packages"
rm -rf builds/* rm -rf builds/*
npm run build npm run build
node build.js —-runtime electron -—version $electron_version —-abi $abi -—no-upload node build.js --runtime electron --version $electron_version --abi $abi --no-upload
# Install # Install
echo "Installing built package" echo "Installing built package"