mirror of https://github.com/laurent22/joplin.git
Fix Linux and macOS build to go around this bug: https://github.com/electron-userland/electron-builder/issues/3179
parent
71a3a0176e
commit
d646a2dd01
|
@ -58,4 +58,4 @@ script:
|
|||
npm install
|
||||
cd ../ElectronClient/app
|
||||
rsync -aP --delete ../../ReactNativeClient/lib/ lib/
|
||||
npm install && yarn dist
|
||||
npm install && USE_HARD_LINKS=false yarn dist
|
||||
|
|
Loading…
Reference in New Issue