mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Remove _standalone
prefix in filenames and directories for vendor'd
builds.
This commit is contained in:
parent
9dfddfc5b9
commit
f2b430f13c
@ -1,6 +1,6 @@
|
||||
if (${GENERATE_DEB} MATCHES "true" AND CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
if (${BUILD_STANDALONE} MATCHES "true")
|
||||
set(CPACK_PACKAGE_FILE_NAME "musikcube_standalone_${musikcube_VERSION}_${DEB_ARCHITECTURE}")
|
||||
set(CPACK_PACKAGE_FILE_NAME "musikcube_${musikcube_VERSION}_${DEB_ARCHITECTURE}")
|
||||
else()
|
||||
set(DEB_MICROHTTPD_VERSION "10")
|
||||
set(DEB_LIBCURL_VERSION "3")
|
||||
|
@ -29,7 +29,7 @@ elif [[ $ARCH == "x86_64" ]]; then
|
||||
fi
|
||||
|
||||
OS_ARCH="${FRIENDLY_OS_NAME}_${ARCH}"
|
||||
OUTNAME="musikcube_standalone_${OS_ARCH}_$VERSION"
|
||||
OUTNAME="musikcube_${OS_ARCH}_$VERSION"
|
||||
OUTDIR="dist/$VERSION/$OUTNAME"
|
||||
SCRIPTDIR=`dirname "$0"`
|
||||
CMAKE_TOOLCHAIN=""
|
||||
|
@ -38,8 +38,8 @@ if [[ -z "${KEYCHAIN_PROFILE}" ]]; then
|
||||
fi
|
||||
|
||||
ARCH=$(uname -m)
|
||||
DIR="./dist/${VERSION}/musikcube_standalone_macos_${ARCH}_${VERSION}"
|
||||
ARCHIVE="./dist/${VERSION}/musikcube_standalone_macos_${ARCH}_${VERSION}.zip"
|
||||
DIR="./dist/${VERSION}/musikcube_macos_${ARCH}_${VERSION}"
|
||||
ARCHIVE="./dist/${VERSION}/musikcube_macos_${ARCH}_${VERSION}.zip"
|
||||
|
||||
pushd $DIR
|
||||
codesign --remove-signature musikcube musikcubed libmusikcore.dylib
|
||||
|
Loading…
Reference in New Issue
Block a user