mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(deploy): add sha256sum for linux deployments
This commit is contained in:
parent
af58f614d1
commit
4e997b71de
|
@ -66,5 +66,7 @@ fi
|
||||||
# use the version number in the name when building a tag on Travis CI
|
# use the version number in the name when building a tag on Travis CI
|
||||||
if [ -n "$TRAVIS_TAG" ]
|
if [ -n "$TRAVIS_TAG" ]
|
||||||
then
|
then
|
||||||
mv ./output/*.AppImage ./output/qTox-"$TRAVIS_TAG".x86_64.AppImage
|
readonly OUTFILE=./output/qTox-"$TRAVIS_TAG".x86_64.AppImage
|
||||||
|
mv ./output/*.AppImage "$OUTFILE"
|
||||||
|
sha256sum "$OUTFILE" > "$OUTFILE".sha256
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -48,5 +48,7 @@ fi
|
||||||
# use the version number in the name when building a tag on Travis CI
|
# use the version number in the name when building a tag on Travis CI
|
||||||
if [ -n "$TRAVIS_TAG" ]
|
if [ -n "$TRAVIS_TAG" ]
|
||||||
then
|
then
|
||||||
mv ./output/*.flatpak ./output/qTox-"$TRAVIS_TAG".x86_64.flatpak
|
readonly OUTFILE=./output/qTox-"$TRAVIS_TAG".x86_64.flatpak
|
||||||
|
mv ./output/*.flatpak "$OUTFILE"
|
||||||
|
sha256sum "$OUTFILE" > "$OUTFILE".sha256
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user