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