Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Feb 23, 2020
1 parent 6d04fc8 commit e7209f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ If you want to run the server based version, use `node server`
Then access the page at `http://localhost:8080`
It also supports `https`, the certificates can be placed into the `certificates` folder as `certificate.crt` and `private.key`.
The password for the data upload page should be stored in the `certificates` folder in a file called `password.txt`.

# Build Electron app from source

Install the dependencies with `npm install`

Build a Windows x86 32-bit binary with `npx electron-packager Reader --platform win32 --arch=ia32`.

Build all binaries with `npx electron-packager Reader --all`

0 comments on commit e7209f3

Please sign in to comment.