Trireme for Deluge: fix 0.8.1 (5)
This commit is contained in:
parent
06eac78081
commit
8941d717be
|
@ -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
2
srclibs/flutter.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/flutter/flutter
|
Loading…
Reference in a new issue