Add --no-sandbox option to desktop files

This commit is contained in:
Julen Garcia Leunda
2019-09-19 22:14:21 +02:00
parent b9bcf747de
commit f65fc68179
2 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@
"install-system-deps": "brew install fakeroot dpkg rpm",
"open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js",
"start": "npm run build && electron .",
"start": "npm run build && electron --no-sandbox .",
"test": "standard && depcheck --ignores=standard,babel-eslint --ignore-dirs=build,dist && node ./bin/extra-lint.js",
"test-integration": "npm run build && node ./test",
"update-authors": "./bin/update-authors.sh",