diff -Nru xtactics-1.4.0/debian/bzr-builder.manifest xtactics-1.4.0/debian/bzr-builder.manifest --- xtactics-1.4.0/debian/bzr-builder.manifest 2019-08-12 14:01:57.000000000 +0000 +++ xtactics-1.4.0/debian/bzr-builder.manifest 2020-05-12 00:01:40.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~286 -lp:xtactics revid:svn-v4:473e92d2-f4b8-43ff-b2dd-7e42df4daf22:trunk:304 +# bzr-builder format 0.3 deb-version {debupstream}-0~287 +lp:xtactics revid:svn-v4:473e92d2-f4b8-43ff-b2dd-7e42df4daf22:trunk:305 nest packaging lp:~chronoscz/xtactics/debian-packaging debian revid:svn-v4:473e92d2-f4b8-43ff-b2dd-7e42df4daf22:trunk/Install/deb/debian:264 diff -Nru xtactics-1.4.0/debian/changelog xtactics-1.4.0/debian/changelog --- xtactics-1.4.0/debian/changelog 2019-08-12 14:01:57.000000000 +0000 +++ xtactics-1.4.0/debian/changelog 2020-05-12 00:01:40.000000000 +0000 @@ -1,8 +1,8 @@ -xtactics (1.4.0-0~286~ubuntu19.10.1) eoan; urgency=low +xtactics (1.4.0-0~287~ubuntu19.10.1) eoan; urgency=low * Auto build. - -- Jiří Hajda Mon, 12 Aug 2019 14:01:57 +0000 + -- Jiří Hajda Tue, 12 May 2020 00:01:40 +0000 xtactics (1.4.0-1) precise; urgency=low diff -Nru xtactics-1.4.0/Install/win/build.bat xtactics-1.4.0/Install/win/build.bat --- xtactics-1.4.0/Install/win/build.bat 2019-08-12 14:01:56.000000000 +0000 +++ xtactics-1.4.0/Install/win/build.bat 2020-05-12 00:01:40.000000000 +0000 @@ -17,4 +17,4 @@ %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\%PROJECTNAME%.lpi copy %MAIN_EXE% %WIN64_EXE% -"c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss" +"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss" diff -Nru xtactics-1.4.0/Install/win/xTactics.iss xtactics-1.4.0/Install/win/xTactics.iss --- xtactics-1.4.0/Install/win/xTactics.iss 2019-08-12 14:01:56.000000000 +0000 +++ xtactics-1.4.0/Install/win/xTactics.iss 2020-05-12 00:01:40.000000000 +0000 @@ -2,7 +2,9 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "xTactics" -#define MyAppVersion "1.4.0-alfa" +#define MyAppNameShort "xTactics" +#define MyAppVersion "1.4.0" +#define MyAppVersionSuffix "alfa" #define MyAppPublisher "Chronosoft" #define MyAppPublisherShort "Chronosoft" #define MyAppURL "https://app.zdechov.net/xtactics" @@ -16,20 +18,31 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{044A3DC1-AAED-4ECD-8C43-5376F46460F2} AppName={#MyAppName} +#ifdef MyAppVersionSuffix +AppVersion={#MyAppVersion}-{#MyAppVersionSuffix} +AppVerName={#MyAppName} {#MyAppVersion}-{#MyAppVersionSuffix} +OutputBaseFilename=Install-{#MyAppNameShort}-{#MyAppVersion}-{#MyAppVersionSuffix} +#else AppVersion={#MyAppVersion} -;AppVerName={#MyAppName} {#MyAppVersion} +AppVerName={#MyAppName} {#MyAppVersion} +OutputBaseFilename=Install-{#MyAppNameShort}-{#MyAppVersion} +#endif AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName} +UninstallDisplayName={#MyAppName} +UninstallDisplayIcon="{app}\{#MyAppExeName}" +VersionInfoVersion={#MyAppVersion} +VersionInfoCompany={#MyAppPublisher} +DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} AllowNoIcons=yes OutputDir=. -OutputBaseFilename=Install-{#MyAppName}-{#MyAppVersion} Compression=lzma SolidCompression=yes ChangesAssociations=yes +WizardStyle=modern ; "ArchitecturesInstallIn64BitMode=x64" requests that the install be ; done in "64-bit mode" on x64, meaning it should use the native ; 64-bit Program Files directory and the 64-bit view of the registry. @@ -47,7 +60,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: [Registry] -Root: HKCU; Subkey: "Software\Chronosoft\xTactics"; Flags: uninsdeletekey +Root: HKLM; Subkey: "Software\Chronosoft\xTactics"; Flags: uninsdeletekey #define FileTypeName "xTactics game" Root: HKCR; Subkey: ".xtg"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletevalue diff -Nru xtactics-1.4.0/UCore.lfm xtactics-1.4.0/UCore.lfm --- xtactics-1.4.0/UCore.lfm 2019-08-12 14:01:56.000000000 +0000 +++ xtactics-1.4.0/UCore.lfm 2020-05-12 00:01:40.000000000 +0000 @@ -2810,7 +2810,7 @@ object ApplicationInfo: TApplicationInfo Identification = 1 VersionMajor = 1 - VersionMinor = 3 + VersionMinor = 4 VersionBugFix = 0 VersionSuffix = 'alfa' CompanyName = 'Chronosoft'