mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Rename paths used by linux executable
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
committed by
Panagiotis Vasilopoulos
parent
33a3567485
commit
609784f9b1
@@ -10,14 +10,14 @@ def_vars()
|
|||||||
|
|
||||||
list( APPEND PIXMAPS
|
list( APPEND PIXMAPS
|
||||||
${_SRCDIR}/gnome-mime-application-x-tenacity-project.xpm
|
${_SRCDIR}/gnome-mime-application-x-tenacity-project.xpm
|
||||||
${_SRCDIR}/icons/16x16/audacity16.xpm
|
${_SRCDIR}/icons/16x16/tenacity16.xpm
|
||||||
${_SRCDIR}/icons/32x32/audacity32.xpm
|
${_SRCDIR}/icons/32x32/tenacity32.xpm
|
||||||
${_SRCDIR}/icons/48x48/audacity.xpm
|
${_SRCDIR}/icons/48x48/tenacity.xpm
|
||||||
)
|
)
|
||||||
|
|
||||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||||
if( NOT WIN32)
|
if( NOT WIN32)
|
||||||
install( FILES "${_SRCDIR}/audacity.svg"
|
install( FILES "${_SRCDIR}/tenacity.svg"
|
||||||
DESTINATION "${_DATADIR}/icons/hicolor/scalable/apps" )
|
DESTINATION "${_DATADIR}/icons/hicolor/scalable/apps" )
|
||||||
install( DIRECTORY "${_SRCDIR}/icons/"
|
install( DIRECTORY "${_SRCDIR}/icons/"
|
||||||
DESTINATION "${_DATADIR}/icons/hicolor"
|
DESTINATION "${_DATADIR}/icons/hicolor"
|
||||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -14,13 +14,13 @@ export AUDACITY_MODULES_PATH="${AUDACITY_MODULES_PATH}:${APPDIR}/lib/modules"
|
|||||||
|
|
||||||
function help()
|
function help()
|
||||||
{
|
{
|
||||||
# Normal audacity help
|
# Normal tenacity help
|
||||||
"${APPDIR}/bin/tenacity" --help
|
"${APPDIR}/bin/tenacity" --help
|
||||||
# Special options handled by this script
|
# Special options handled by this script
|
||||||
cat >&2 <<EOF
|
cat >&2 <<EOF
|
||||||
--readme display README
|
--readme display README
|
||||||
--license display LICENSE
|
--license display LICENSE
|
||||||
--man[ual|page] display audacity(1) manual page
|
--man[ual|page] display tenacity(1) manual page
|
||||||
--check-dependencies check library dependency fulfillment (developer tool)
|
--check-dependencies check library dependency fulfillment (developer tool)
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
@@ -46,7 +46,7 @@ case "$1" in
|
|||||||
exec bash "${APPDIR}/bin/check_dependencies"
|
exec bash "${APPDIR}/bin/check_dependencies"
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
# Other arguments go to Audacity
|
# Other arguments go to tenacity
|
||||||
exec "${APPDIR}/bin/tenacity" "$@"
|
exec "${APPDIR}/bin/tenacity" "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user