mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Remove build_runner step in LocalSend
This commit is contained in:
parent
cdb6a7b53c
commit
1190a03b46
1 changed files with 0 additions and 2 deletions
|
|
@ -378,7 +378,6 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.14.0
|
- versionName: 1.14.0
|
||||||
versionCode: 45
|
versionCode: 45
|
||||||
disable: https://github.com/localsend/localsend/issues/454#issuecomment-1967253452
|
|
||||||
commit: f64c9acb337f542d7c65d6699837ba9c19188459
|
commit: f64c9acb337f542d7c65d6699837ba9c19188459
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
@ -410,7 +409,6 @@ Builds:
|
||||||
- mv org.localsend.localsend_app /tmp/build
|
- mv org.localsend.localsend_app /tmp/build
|
||||||
- pushd /tmp/build/app
|
- pushd /tmp/build/app
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ../submodules/flutter/bin/flutter pub run build_runner build -d
|
|
||||||
- ../submodules/flutter/bin/flutter build apk
|
- ../submodules/flutter/bin/flutter build apk
|
||||||
- popd
|
- popd
|
||||||
- mv /tmp/build org.localsend.localsend_app
|
- mv /tmp/build org.localsend.localsend_app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue