chore: move flatpak vendor output to downloads folder
This commit is contained in:
parent
2f1f7183c2
commit
b66376bd6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue