forked from matrix/element-web
fix issues
This commit is contained in:
parent
4ec456df37
commit
51c355824c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue