Remove build_runner step in LocalSend

This commit is contained in:
Tien Do Nam 2024-02-28 12:18:22 +00:00 committed by Licaon_Kter
parent cdb6a7b53c
commit 1190a03b46

View file

@ -378,7 +378,6 @@ Builds:
- versionName: 1.14.0
versionCode: 45
disable: https://github.com/localsend/localsend/issues/454#issuecomment-1967253452
commit: f64c9acb337f542d7c65d6699837ba9c19188459
subdir: app
submodules: true
@ -410,7 +409,6 @@ Builds:
- mv org.localsend.localsend_app /tmp/build
- pushd /tmp/build/app
- export PUB_CACHE=$(pwd)/.pub-cache
- ../submodules/flutter/bin/flutter pub run build_runner build -d
- ../submodules/flutter/bin/flutter build apk
- popd
- mv /tmp/build org.localsend.localsend_app