diff options
Diffstat (limited to 'run-win64.sh')
-rwxr-xr-x | run-win64.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/run-win64.sh b/run-win64.sh new file mode 100755 index 0000000..a3d9e8f --- /dev/null +++ b/run-win64.sh @@ -0,0 +1,5 @@ +#!/bin/bash +export NACL_SRPC_DEBUG=255 +export NACLVERBOSITY=255 +export NACL_PLUGIN_DEBUG=1 +./electron64/electron.exe . |