From 8a709366cb4e2f3a7ed1400e6865405970528c72 Mon Sep 17 00:00:00 2001 From: Darangi Date: Tue, 7 Jan 2020 11:07:13 +0100 Subject: [PATCH] modify chrome-sandbox permission --- script/vsts/platforms/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/vsts/platforms/linux.yml b/script/vsts/platforms/linux.yml index 3c57da0b6..08301f628 100644 --- a/script/vsts/platforms/linux.yml +++ b/script/vsts/platforms/linux.yml @@ -67,8 +67,8 @@ jobs: displayName: Build Atom - script: | - sudo chown root /node_modules/electron/dist/chrome-sandbox - chmod 4755 node_modules/electron/dist/chrome-sandbox + sudo chown root **/node_modules/electron/dist/chrome-sandbox + chmod 4755 **/node_modules/electron/dist/chrome-sandbox displayName: Tweaking chrome-sandbox binary - script: script/test