Update README.md
This commit is contained in:
parent
461e1485f1
commit
1164cc4b88
1 changed files with 4 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ Planned New Features
|
|||
FAQ
|
||||
---
|
||||
|
||||
### The export button is greyed out, what do I do?
|
||||
|
||||
There are a couple things you can do. The first is to make sure all starred fields are filled out. The second is to make sure all of the files in the filled out fields actually exist. The third is to check out the error.log file located in the same directory as the Web2Exe executable for Windows and Linux, and for Mac, in the Web2Exe.app/Contents/Resources/ folder.
|
||||
|
||||
### How do I include external files?
|
||||
|
||||
You must provide support for this yourself using javascript and nodejs. You can get the path of the current executable with `path.dirname( process.execPath );` and then load files relative to that path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue