diff options
author | Patrick Northon | 2024-06-09 04:17:49 -0400 |
---|---|---|
committer | Patrick Northon | 2024-06-09 04:17:49 -0400 |
commit | 7757bbd7511e78bd669aa437c1afd121827c84dc (patch) | |
tree | 8f925edf2659810fc9144850b9aefb57b65a2db3 /PKGBUILD | |
parent | 9ba0445ce25ef04601b2d33ee67a9b53dd9bc4b2 (diff) | |
download | aur-7757bbd7511e78bd669aa437c1afd121827c84dc.tar.gz |
Changes for new flutter-engine.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -50,10 +50,6 @@ prepare() { source '/opt/flutter-engine/pkgbuild-prepare.sh' patch -p1 -i "${srcdir}/flet-linux.patch" - - cd 'client' - flutter clean - flutter pub get } build() { @@ -61,6 +57,8 @@ build() { source '/opt/flutter-engine/pkgbuild-build.sh' pushd 'client' + flutter clean + flutter pub get flutter build linux --release #flutter build web --release popd |