diff --git a/script/archive-standalone-nix.sh b/script/archive-standalone-nix.sh index b4b585f86..f2827fd89 100755 --- a/script/archive-standalone-nix.sh +++ b/script/archive-standalone-nix.sh @@ -48,7 +48,7 @@ elif [[ $FRIENDLY_ARCH_NAME == "x86_64" ]]; then fi OS_ARCH="${FRIENDLY_OS_NAME}_${FRIENDLY_ARCH_NAME}" -OUTNAME="musikcube_$VERSION_${OS_ARCH}" +OUTNAME="musikcube_${VERSION}_${OS_ARCH}" OUTDIR="dist/$VERSION/$OUTNAME" SCRIPTDIR=`dirname "$0"` CMAKE_TOOLCHAIN=""