1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Change .aup3 MIMEtype to x-audacity-project

.aup3 isn't a Tenacity project file, it's just that Tenacity uses the
Audacity project file format.

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
Reference-to: https://github.com/tenacityteam/tenacity/pull/638
This commit is contained in:
Sol Fisher Romanoff 2022-01-26 05:41:32 +02:00 committed by GitHub
parent 7842e5f426
commit 40d57bcf62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ def_vars()
# This isn't really a target...
list( APPEND PIXMAPS
${_SRCDIR}/gnome-mime-application-x-tenacity-project.xpm
${_SRCDIR}/gnome-mime-application-x-audacity-project.xpm
${_SRCDIR}/icons/16x16/tenacity16.xpm
${_SRCDIR}/icons/32x32/tenacity32.xpm
${_SRCDIR}/icons/48x48/tenacity.xpm

View File

@ -1227,7 +1227,7 @@ else()
set( MIMETYPES "" )
list( APPEND MIMETYPES
application/x-tenacity-project
application/x-audacity-project
)
if(USE_FFMPEG)