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
1818AppName = {#MyAppName }
1919;AppVersion={#MyAppVersion}
20- AppVersion = 3.10 . 8
20+ AppVersion = 4.0 . 0
2121;AppVerName={#MyAppName} {#MyAppVersion}
2222AppPublisher = {#MyAppPublisher}
2323AppPublisherURL = {#MyAppURL}
2424AppSupportURL = {#MyAppURL}
2525AppUpdatesURL = {#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.
2929ArchitecturesAllowed = x64compatible
@@ -38,7 +38,7 @@ DisableProgramGroupPage=yes
3838;PrivilegesRequired=lowest
3939
4040OutputDir = .\Output
41- OutputBaseFilename = Tooll -v{#MyAppVersion}
41+ OutputBaseFilename = Tixl -v{#MyAppVersion}
4242SetupIconFile = ..\Resources\images\editor\t3.ico
4343Compression = lzma
4444SolidCompression = yes
0 commit comments