Skip to content

Commit

Permalink
Minor changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TBubba committed Oct 2, 2018
1 parent fa1c891 commit b979555
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ The ``watch`` command runs a piece of software that detects changes made to the
The ``start`` command launches the current build of the application. This will <u>not</u> automatically update when you change the source code or resources, you have to restart it manually.

## Release
Run ``npm run release:PLATFORM`` where ``PLATFORM`` is either ``win32`` or ``linux``.
Run ``npm run release:PLATFORM`` (where ``PLATFORM`` is either ``win32`` or ``linux``)

The release builds can be found in the ``dist`` folder (the folder is created when making a release build).

## Troubleshooting

### "Not allowed to load local resource" Error
If this error appears in the electron applications console, it is probably because the file it is looking for does not exist. To solve this, run ``npm run build`` or ``gulp copy_static``.
If this error appears in the electron applications console, it is probably because the file it is looking for does not exist. To solve this, run ``npm run build``

Example: ``Not allowed to load local resource: file:///<ProjectPath>/build/renderer/index.html``

0 comments on commit b979555

Please sign in to comment.