mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
spotube - force flutter checkout
This commit is contained in:
parent
d0b960a9a7
commit
1979d1500d
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ Builds:
|
|||
- export version=$(grep flutterSdkVersion .fvm/fvm_config.json | cut -d ":"
|
||||
-f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout $version
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- sed -i -e 's/this.checkUpdate .*/this.checkUpdate = false,/' lib/provider/user_preferences_provider.dart
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue