Update drone for repackaging
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-05-19 16:08:16 -07:00
parent 746275e70e
commit 2c60d67c8b
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ steps:
- flutter build linux
- mkdir deploy/linux
- cp -r build/linux/x64/release/bundle/* deploy/linux
- cp linux/cwtch.desktop deploy/linux
- cp linux/cwtch.png deploy/linux
- cp linux/libCwtch.so deploy/linux
- cp /sdks/flutter/bin/cache/artifacts/engine/linux-x64/icudtl.dat deploy/linux
- name: build-android