Fix issues with build command
This commit is contained in:
parent
ca92a91156
commit
9ec82b5e76
|
@ -19,9 +19,11 @@ Repo:https://github.com/teal77/trireme.git
|
||||||
Build:0.8,4
|
Build:0.8,4
|
||||||
commit=v0.8
|
commit=v0.8
|
||||||
sudo=git clone --single-branch -b beta https://github.com/flutter/flutter.git && \
|
sudo=git clone --single-branch -b beta https://github.com/flutter/flutter.git && \
|
||||||
export PATH=`pwd`/flutter/bin:$PATH
|
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
|
output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
build=flutter build apk --flavor fdroid
|
build=export PATH=/home/vagrant/flutter/bin:$PATH && \
|
||||||
|
flutter build apk --flavor fdroid
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue