mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01: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,10 +3,10 @@
|
||||
<assemblyIdentity
|
||||
version="2.3.0.0"
|
||||
processorArchitecture="x86"
|
||||
name="Audacity.Audacity.Audacity"
|
||||
name="Tenacity.Tenacity.Tenacity"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Audacity® Cross-Platform Sound Editor</description>
|
||||
<description>Tenacity Cross-Platform Sound Editor</description>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
|
||||
@@ -48,21 +48,21 @@ BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
VALUE "CompanyName", "Extended Tenacity Team"
|
||||
VALUE "CompanyName", "Extended Tenacity Contributors"
|
||||
VALUE "FileDescription", "A customised Tenacity Cross-Platform Sound Editor"
|
||||
VALUE "FileVersion", AUDACITY_FILE_VERSION
|
||||
VALUE "InternalName", "DarkTenacity"
|
||||
VALUE "LegalCopyright", "Copyright <EFBFBD> 2021. All rights reserved."
|
||||
VALUE "LegalCopyright", "Copyright © 1999-2021 under GPLv2+"
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFilename", "DarkTenacity.exe"
|
||||
VALUE "ProductName", "DarkTenacity"
|
||||
VALUE "ProductVersion", AUDACITY_FILE_VERSION
|
||||
#else
|
||||
VALUE "CompanyName", "Tenacity Team"
|
||||
VALUE "CompanyName", "Tenacity Contributors"
|
||||
VALUE "FileDescription", "Tenacity Cross-Platform Sound Editor"
|
||||
VALUE "FileVersion", AUDACITY_FILE_VERSION
|
||||
VALUE "InternalName", "Tenacity"
|
||||
VALUE "LegalCopyright", "Copyright <EFBFBD> 2021. All rights reserved."
|
||||
VALUE "LegalCopyright", "Copyright © 1999-2021 under GPLv2+"
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFilename", "Tenacity.exe"
|
||||
VALUE "ProductName", "Tenacity"
|
||||
|
||||
Reference in New Issue
Block a user