mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Fix Linux and macOS build to go around this bug: https://github.com/electron-userland/electron-builder/issues/3179
This commit is contained in:
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
Block a user