Skip to content

Commit acfb0a7

Browse files
committed
Updated the installer build information and renamed Editor.exe to TiXL.exe
1 parent c0730cf commit acfb0a7

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

Editor/Editor.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
1414
<Configurations>Debug;Release</Configurations>
1515
<Platforms>AnyCPU</Platforms>
16+
<AssemblyName>TiXL</AssemblyName>
17+
<Title>TiXL</Title>
18+
<Authors>TiXL Community</Authors>
19+
<Description>Open source Motion GFX</Description>
20+
<Copyright>2012-2025 TiXL Community</Copyright>
21+
<PackageProjectUrl>https://tixl.app</PackageProjectUrl>
22+
<PackageLicenseUrl>https://github.com/tooll3/t3?tab=MIT-1-ov-file#readme</PackageLicenseUrl>
23+
<RepositoryUrl>https://github.com/tooll3/t3</RepositoryUrl>
24+
<RepositoryType>Git</RepositoryType>
1625
<!-- <ApplicationManifest>app.manifest</ApplicationManifest> -->
1726

1827
<!-- <Authors>Tooll3</Authors>

Installer/installer.iss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33

44

55
#ifndef MyAppVersion
6-
#define MyAppVersion "3.10.8"
7-
#define MyAppName "Tooll-v3.10.8"
6+
#define MyAppVersion "4.0.0"
7+
#define MyAppName "TiXL-v4.0.0"
88
#endif
9-
#define MyAppPublisher "t3"
10-
#define MyAppURL "https://www.tooll.io//"
11-
#define MyAppExeName "Editor.exe"
9+
#define MyAppPublisher "TiXL Community"
10+
#define MyAppURL "https://tixl.app//"
11+
#define MyAppExeName "TiXL.exe"
1212
#define DotNetSdkInstaller "dotnet-sdk-9.0.203-win-x64.exe"
1313

1414
[Setup]
1515
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1616
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
17-
AppId=t3.tooll
17+
AppId=t3.tixl
1818
AppName={#MyAppName}
1919
;AppVersion={#MyAppVersion}
20-
AppVersion=3.10.8
20+
AppVersion=4.0.0
2121
;AppVerName={#MyAppName} {#MyAppVersion}
2222
AppPublisher={#MyAppPublisher}
2323
AppPublisherURL={#MyAppURL}
2424
AppSupportURL={#MyAppURL}
2525
AppUpdatesURL={#MyAppURL}
26-
DefaultDirName=c:\Tooll\{#MyAppName}
26+
DefaultDirName=c:\TiXL\{#MyAppName}
2727
; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run
2828
; on anything but x64 and Windows 11 on Arm.
2929
ArchitecturesAllowed=x64compatible
@@ -38,7 +38,7 @@ DisableProgramGroupPage=yes
3838
;PrivilegesRequired=lowest
3939

4040
OutputDir=.\Output
41-
OutputBaseFilename=Tooll-v{#MyAppVersion}
41+
OutputBaseFilename=Tixl-v{#MyAppVersion}
4242
SetupIconFile=..\Resources\images\editor\t3.ico
4343
Compression=lzma
4444
SolidCompression=yes
28.2 KB
Loading

0 commit comments

Comments
 (0)