mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +00:00
Fix notarize paths.
This commit is contained in:
parent
7fc5354f7b
commit
aa36dbb30b
@ -38,8 +38,8 @@ if [[ -z "${KEYCHAIN_PROFILE}" ]]; then
|
||||
fi
|
||||
|
||||
ARCH=$(uname -m)
|
||||
DIR="./dist/musikcube_standalone_macos_${ARCH}_${VERSION}"
|
||||
ARCHIVE="./dist/musikcube_standalone_macos_${ARCH}_${VERSION}.zip"
|
||||
DIR="./dist/${VERSION}/musikcube_standalone_macos_${ARCH}_${VERSION}"
|
||||
ARCHIVE="./dist/${VERSION}/musikcube_standalone_macos_${ARCH}_${VERSION}.zip"
|
||||
|
||||
pushd $DIR
|
||||
codesign --force --timestamp --options=runtime --sign $CERT_ID musikcube
|
||||
|
Loading…
Reference in New Issue
Block a user