You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user