Tweak comment about upstream

pull/10580/head
J. Ryan Stinnett 2019-08-16 14:30:47 +01:00
parent 56674ea708
commit 0617c1cd13
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
# SUID chrome-sandbox for Electron 5+
# Remove this custom after-install.tpl once this change has been upstreamed
# Remove this entire file (after-install.tpl) and remove the reference in
# package.json once this change has been upstreamed so we go back to the copy
# from upstream.
# https://github.com/electron-userland/electron-builder/pull/4163
chmod 4755 '/opt/${productFilename}/chrome-sandbox' || true