From 7b13dd63e7993fc2bcbef9fc6039592a196297d8 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Wed, 13 Jan 2021 15:39:11 -0800 Subject: [PATCH] Copy AppImage zsync file to be uploaded to GH --- sum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sum.sh b/sum.sh index ec399f2..25e2032 100755 --- a/sum.sh +++ b/sum.sh @@ -18,7 +18,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then sum_file VSCodiumUserSetup-*.exe sum_file VSCodium-win32-*.zip else # linux - cp out/*.AppImage . + cp out/*.AppImage* . cp vscode/.build/linux/deb/*/deb/*.deb . cp vscode/.build/linux/rpm/*/*.rpm .