blob: a968724b0dae42eb5281d5b2188af03e71a3d3df (
plain)
1
2
3
4
5
|
# Example: Electron launch arguments (uncomment and edit as needed)
# ELECTRON_ARGS="--no-sandbox --disable-gpu --disable-software-rasterizer"
# See https://www.electronjs.org/docs/latest/api/command-line-switches/ for more
ELECTRON_ARGS="--no-sandbox"
DEV_TOOLS=0
|