docs: prefer out/Debug to out/Default in build docs

This commit is contained in:
Jeremy Apthorp 2018-09-13 13:46:49 -07:00
parent 238ea29fa8
commit 9e85bdb02c
2 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
const OUT_DIR = process.env.ELECTRON_OUT_DIR || 'Default'
const OUT_DIR = process.env.ELECTRON_OUT_DIR || 'Debug'
const path = require('path')