Explorar o código

buildAndDeployFrameworks.sh: Display final distribution package name

(cherry picked from commit 92993f1ab5b28fec6b976085b9b25d4a727712e0)
Soomin Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
70b190402e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }