Changeset 76 for trunk/Install
- Timestamp:
- Aug 13, 2020, 10:53:36 PM (4 years ago)
- Location:
- trunk/Install
- Files:
-
- 4 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"
Note:
See TracChangeset
for help on using the changeset viewer.