mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Archive filename updates for consistency
This commit is contained in:
parent
44829b0fd8
commit
1154783d80
@ -48,7 +48,7 @@ elif [[ $FRIENDLY_ARCH_NAME == "x86_64" ]]; then
|
||||
fi
|
||||
|
||||
OS_ARCH="${FRIENDLY_OS_NAME}_${FRIENDLY_ARCH_NAME}"
|
||||
OUTNAME="musikcube_${OS_ARCH}_$VERSION"
|
||||
OUTNAME="musikcube_$VERSION_${OS_ARCH}"
|
||||
OUTDIR="dist/$VERSION/$OUTNAME"
|
||||
SCRIPTDIR=`dirname "$0"`
|
||||
CMAKE_TOOLCHAIN=""
|
||||
|
@ -9,10 +9,10 @@ fi
|
||||
|
||||
function archive {
|
||||
ARCH=$1
|
||||
FILENAME="musikcube_win${ARCH}_${VERSION}"
|
||||
FILENAME="musikcube_${VERSION}_win${ARCH}"
|
||||
echo "Processing $FILENAME..."
|
||||
SRC_DIR="bin$ARCH"
|
||||
DST_DIR="dist/$FILENAME"
|
||||
DST_DIR="dist/$VERSION/$FILENAME"
|
||||
rm -rf "$DST_DIR"
|
||||
mkdir -p "$DST_DIR/plugins"
|
||||
mkdir -p "$DST_DIR/themes"
|
||||
|
Loading…
Reference in New Issue
Block a user