mirror of
https://github.com/electron/electron.git
synced 2026-01-09 07:28:12 -05:00
5 lines
104 B
Bash
5 lines
104 B
Bash
export DISPLAY=":99.0"
|
|
sh -e /etc/init.d/xvfb start
|
|
cd /tmp/workspace/project/
|
|
out/D/electron --version
|