1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Fixing macOS and Linux builds

This commit is contained in:
Laurent Cozic 2017-11-15 23:38:56 +00:00
parent 8b7ed05d7b
commit 2bca9af9a7
2 changed files with 2 additions and 1 deletions

View File

@ -40,5 +40,6 @@ before_install:
script:
- |
cd ElectronClient/app
rsync -aP ../../ReactNativeClient/lib lib/
npm install
yarn dist

View File

@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.7",
"version": "0.10.8",
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {