mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 00:23:32 +02:00
Rename executable names and package name
Switch folder paths to tenacity Signed-off-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
committed by
Panagiotis Vasilopoulos
parent
587564add4
commit
cb7a6c9056
@@ -3,7 +3,7 @@ set( APPLE_CODESIGN_IDENTITY ${CPACK_APPLE_CODESIGN_IDENTITY} )
|
||||
set( APPLE_NOTARIZATION_USER_NAME ${CPACK_APPLE_NOTARIZATION_USER_NAME} )
|
||||
set( APPLE_NOTARIZATION_PASSWORD ${CPACK_APPLE_NOTARIZATION_PASSWORD} )
|
||||
set( PERFORM_NOTARIZATION ${CPACK_PERFORM_NOTARIZATION} )
|
||||
set( APP_IDENTIFIER "org.audacityteam.audacity" )
|
||||
set( APP_IDENTIFIER "org.tenacityaudio.tenacity" )
|
||||
|
||||
foreach( file ${CPACK_PACKAGE_FILES} )
|
||||
set( DMG_LOCATION ${CPACK_PACKAGE_FILES} )
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# CMake script to sign macOS build
|
||||
# Arguments:
|
||||
# APP_IDENTIFIER - app identifier
|
||||
# APP_LOCATION - the path to Audacity.app
|
||||
# APP_LOCATION - the path to Tenacity.app
|
||||
# DMG_LOCATION - the path to Audaicty dmg package
|
||||
# APPLE_NOTARIZATION_USER_NAME - notarization user name
|
||||
# APPLE_NOTARIZATION_PASSWORD - notarization password
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# CMake script to sign macOS build
|
||||
# Arguments:
|
||||
# APP_IDENTIFIER - app identifier
|
||||
# APP_LOCATION - the path to Audacity.app
|
||||
# APP_LOCATION - the path to Tenacity.app
|
||||
# DMG_LOCATION - the path to Audaicty dmg package
|
||||
# APPLE_CODESIGN_IDENTITY - identity to use
|
||||
# APPLE_CODESIGN_ENTITLEMENTS - path to the entitlements
|
||||
|
Reference in New Issue
Block a user