diff --git a/NxWidgets/tools/zipme.sh b/NxWidgets/tools/zipme.sh index a77748c3b..ae62d64f9 100755 --- a/NxWidgets/tools/zipme.sh +++ b/NxWidgets/tools/zipme.sh @@ -72,7 +72,7 @@ PROJECTS=`dirname ${NXWIDGETS}` # The name of the directory must match the version number -if [ "X${NXWIDGETSDIR}" != "Xupthreads-${VERSION}" ]; then +if [ "X${NXWIDGETSDIR}" != "XNxWidgets-${VERSION}" ]; then echo "Expected directory name to be NxWidgets-${VERSION} found ${NXWIDGETSDIR}" exit 1 fi