docs: prefer out/Debug to out/Default in build docs
This commit is contained in:
parent
238ea29fa8
commit
9e85bdb02c
2 changed files with 22 additions and 22 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue