Trireme for Deluge: fix 0.8.1 (5)

master
relan 2018-07-24 07:26:15 +03:00
parent 06eac78081
commit 8941d717be
2 changed files with 6 additions and 4 deletions

View File

@ -20,11 +20,11 @@ Repo:https://github.com/teal77/trireme.git
Build:0.8.1,5
commit=v0.8.1
sudo=git clone --single-branch -b beta https://github.com/flutter/flutter.git && \
mkdir /home/vagrant/flutter/bin/cache && \
chown vagrant:vagrant /home/vagrant/flutter/bin/cache
output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
build=export PATH=/home/vagrant/flutter/bin:$PATH && \
srclibs=flutter@beta
prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
build=export PATH=$$flutter$$/bin:$PATH && \
flutter config --no-analytics && \
flutter build apk --flavor fdroid
Auto Update Mode:Version v%v

2
srclibs/flutter.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/flutter/flutter