Przeglądaj źródła

buildAndDeployFrameworks.sh: Display final distribution package name

(cherry picked from commit 92993f1ab5b28fec6b976085b9b25d4a727712e0)
Soomin Lee 7 lat temu
rodzic
commit
70b190402e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Packaging/buildAndDeployFrameworks.sh

+ 1 - 1
Packaging/buildAndDeployFrameworks.sh

@@ -144,7 +144,7 @@ renamePackage()
     if [ -f $packageName ]; then
         DISTRIBUTION_PACKAGE="${TARGET}-${VERSION}-${VLCKIT_HASH}-${VLC_HASH}.tar.xz"
         mv $packageName "$DISTRIBUTION_PACKAGE"
-        log "Info" "Finished renaming package!"
+        log "Info" "Finished renaming package with name: ${DISTRIBUTION_PACKAGE}"
     fi
 }