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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue