1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

fix build - wine

This commit is contained in:
Mikael Finstad 2019-08-12 19:15:21 +02:00
parent fe609ed27e
commit cfa7a2cc9f

View File

@ -12,12 +12,6 @@ language: node_js
node_js:
- "8"
addons:
homebrew:
packages:
- wine
- p7zip
# https://discourse.brew.sh/t/wine-first-time-configuration-gets-stuck-forever-on-macos/1612
env:
global:
@ -36,6 +30,7 @@ before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install wine
- HOMEBREW_NO_AUTO_UPDATE=1 brew install p7zip
script: