fix flatpak build

This commit is contained in:
BeatLink 2019-07-23 22:58:03 -05:00
parent 95c2b99203
commit 97d87093a0

View file

@ -8,7 +8,7 @@ Build Linux Packages:
stage: Linux-Build stage: Linux-Build
script: script:
- cd browser/linux - cd browser/linux
- wget http://security.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.2.1-1ubuntu0.1_amd64.deb - curl http://security.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.2.1-1ubuntu0.1_amd64.deb
- dpkg -i ./bubblewrap_0.2.1-1ubuntu0.1_amd64.deb - dpkg -i ./bubblewrap_0.2.1-1ubuntu0.1_amd64.deb
- bwrap --dev-bind / / bash - bwrap --dev-bind / / bash
- ./build.sh - ./build.sh