edited chrome sandbox path

This commit is contained in:
Darangi
2020-01-07 18:20:05 +01:00
parent cc193b0123
commit d9eb0bb3e6

View File

@@ -66,8 +66,10 @@ jobs:
npm_config_clang: 1
displayName: Build Atom
- script: sudo find . -name "*chrome-sandbox*"
displayName: Tweaking chrome-sandbox binary
- script: |
sudo chown root ./out/atom*-amd64/chrome-sandbox
chmod 4755 ./out/atom*-amd64/chrome-sandbox
displayName: Tweaking chrome-sandbox binary
- script: script/test --no-sandbox
env: