Skip to content

Commit

Permalink
Fix variable usage in archive script
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Sep 11, 2023
1 parent 1154783 commit 77ee4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/archive-standalone-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 77ee4ec

Please sign in to comment.