1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Merge branch 'master' of github.com:laurent22/joplin

This commit is contained in:
Helmut K. C. Tessarek 2020-01-27 03:30:09 -05:00
commit 5136e7a0e0
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00

View File

@ -35,6 +35,8 @@ npm install && cd Tools && npm install
# Building the Electron application
## Linux and macOS
```
npm run copyLib
npm run tsc
@ -53,7 +55,9 @@ That will create the executable file in the `dist` directory.
From `/ElectronClient` you can also run `run.sh` to run the app for testing.
## Building Electron application on Windows
## Windows
Run the following commands on Windows Command prompt running as Administrator:
```
xcopy /C /I /H /R /Y /S ReactNativeClient\lib ElectronClient\app\lib