- Timestamp:
- Aug 13, 2020, 10:53:36 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r61 r76 1 2048 (1. 3.0-0) precise; urgency=low1 2048 (1.4.0-0) precise; urgency=low 2 2 3 * Original version 1. 3.0 packaged with lazdebian3 * Original version 1.4.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 1 Jan 2018 00:51:08 +0100 -
trunk/Install/deb/debian/control
r61 r76 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 3.05 Standards-Version: 1.4.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 #Build-Depends: fpc-laz, lazarus-project, debhelper (>= 8) -
trunk/Install/win/Game2048.iss
r61 r76 4 4 #define MyAppName "2048" 5 5 #define MyAppNameShort "2048" 6 #define MyAppVersion "1. 3.0"6 #define MyAppVersion "1.4.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" 10 #define MyAppURL "http ://app.zdechov.net/2048"10 #define MyAppURL "https://app.zdechov.net/2048" 11 11 #define MyAppExeName "Game2048.exe" 12 12 #define MyAppDebugName "Game2048.dbg" … … 36 36 AppSupportURL={#MyAppURL} 37 37 AppUpdatesURL={#MyAppURL} 38 DefaultDirName={ pf}\{#MyAppPublisherShort}\{#MyAppName}38 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 39 39 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 40 40 AllowNoIcons=yes … … 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 54 54 55 [Languages] … … 61 62 62 63 [Registry] 63 Root: HK CU; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey 64 65 65 66 [Files] -
trunk/Install/win/build.bat
r6 r76 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss" -
trunk/UCore.lfm
r61 r76 9 9 PPI = 144 10 10 object ThemeManager1: TThemeManager 11 left = 42012 top = 8411 Left = 420 12 Top = 84 13 13 end 14 14 object PersistentForm1: TPersistentForm 15 15 MinVisiblePart = 50 16 16 EntireVisible = False 17 left = 12018 top = 28817 Left = 120 18 Top = 288 19 19 end 20 20 object ApplicationInfo1: TApplicationInfo 21 21 Identification = 1 22 22 VersionMajor = 1 23 VersionMinor = 323 VersionMinor = 4 24 24 VersionBugFix = 0 25 25 VersionSuffix = 'alfa' … … 29 29 AppName = '2048' 30 30 Description = 'A single-player sliding block puzzle game.' 31 ReleaseDate = 4 377731 ReleaseDate = 44056 32 32 RegistryKey = '\Software\Chronosoft\2048' 33 33 RegistryRoot = rrKeyCurrentUser 34 34 License = 'CC0' 35 left = 12036 top = 9635 Left = 120 36 Top = 96 37 37 end 38 38 object Translator1: TTranslator 39 39 POFilesFolder = 'Languages' 40 40 OnTranslate = Translator1Translate 41 left = 33642 top = 29541 Left = 336 42 Top = 295 43 43 end 44 44 object ActionList1: TActionList 45 left = 41646 top = 18445 Left = 416 46 Top = 184 47 47 object ANew: TAction 48 48 Caption = 'New...' … … 84 84 end 85 85 object ThemeManager2: TThemeManager 86 left = 16387 top = 40586 Left = 163 87 Top = 405 88 88 end 89 89 end
Note:
See TracChangeset
for help on using the changeset viewer.