test
This commit is contained in:
parent
5583dbcb4f
commit
eec16237eb
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ build_release_files(){
|
|||
}
|
||||
|
||||
get_release_files(){
|
||||
find build/web
|
||||
find build/linux/x64/release/bundle
|
||||
pushd build/web && zip -r ../../webapp.zip * && popd
|
||||
pushd build/linux/x64/release/bundle && zip -r ../../../../../linux-bin.zip * && popd
|
||||
echo ./build/app/outputs/flutter-apk/app-release.apk linux-bin.zip webapp.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue