Skip to content

Commit

Permalink
Update OpenSuse build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 16, 2024
1 parent b9885d7 commit c55176b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/build_opensuseleap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ git clone https://github.com/electron-userland/electron-installer-redhat release
git -C release/electron-installer-redhat checkout 0ca955

# Remove dependency to atspi in case of OpenSuse 15.6
if grep -q 15.6 "/etc/os-release"; then
echo "Removing atspi dependency in electron-installer-redhat/src/dependencies.js"
sed -i '/atspi/d' release/electron-installer-redhat/src/dependencies.js
fi
echo "Removing atspi dependency in electron-installer-redhat/src/dependencies.js"
sed -i '/atspi/d' release/electron-installer-redhat/src/dependencies.js

npm install --prefix release/electron-installer-redhat

Expand Down

0 comments on commit c55176b

Please sign in to comment.