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

View File

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