Quellcode durchsuchen

Copy AppImage zsync file to be uploaded to GH

Peter Squicciarini vor 4 Jahren
Ursprung
Commit
7b13dd63e7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      sum.sh

+ 1 - 1
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 .