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:
commit
5136e7a0e0
6
BUILD.md
6
BUILD.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user