diff --git a/sum.sh b/sum.sh index 5ef9591..0f40bee 100755 --- a/sum.sh +++ b/sum.sh @@ -27,7 +27,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then sum_file VSCodiumUserSetup-*.exe sum_file VSCodium-win32-*.zip else # linux - cp vscode/out/*.AppImage . + cp out/*.AppImage . cp vscode/.build/linux/deb/amd64/deb/*.deb . cp vscode/.build/linux/rpm/x86_64/*.rpm .