mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Electron: Fixes #601: Linux app cannot start anymore due to build error
This commit is contained in:
parent
1b2b68c485
commit
0e1c36ccf1
@ -50,6 +50,7 @@ before_install:
|
||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y yarn
|
||||
sudo snap install snapcraft --classic
|
||||
fi
|
||||
|
||||
script:
|
||||
|
@ -67,7 +67,7 @@
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"electron": "^1.8.7",
|
||||
"electron-builder": "^20.15.1"
|
||||
"electron-builder": "20.14.7"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"7zip-bin-mac": "^1.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user