chore: move flatpak vendor output to downloads folder

This commit is contained in:
Bnyro 2023-08-25 13:09:15 +02:00
parent 2f1f7183c2
commit b66376bd6c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cd ..
# archive the source code and vendored crates to a tar.xz
tar cfJ "lemoa-$VERSION.tar.xz" lemoa
sha256sum "lemoa-$VERSION.tar.xz" | cut -d ' ' -f 1
mv "lemoa-$VERSION.tar.xz" ~/Downloads/
# cleanup
cd lemoa