Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update bits for Windows build |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c9fdf8509dbea51199a814695f3baa3b |
User & Date: | kevin 2018-03-19 02:32:55 |
Context
2018-03-21
| ||
03:22 | Tweak for software update on win32 check-in: 553c1fc7d5 user: kevin tags: trunk | |
2018-03-19
| ||
02:32 | Update bits for Windows build check-in: c9fdf8509d user: kevin tags: trunk | |
00:17 | Finalize build for Mac check-in: a1f7c70549 user: kevin tags: trunk | |
Changes
Changes to makeinstaller.bat.
1 2 3 4 | call 7za a quickwho.zip .\dist\* iexpress /n quickwho.sed | | | | 1 2 3 4 5 6 7 8 9 10 | call 7za a quickwho.zip .\dist\* iexpress /n quickwho.sed set VERSION="6.4.0.0 (%date%)" set FILEDESCR=/s desc "Installer for QuickWho" set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2018" set PRODINFO=/s product "QuickWho" /pv "6.4.0.0" "C:\Users\kevin\Desktop\verpatch.exe" /va QuickWho_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% |
Changes to versioninfo.rc.
1 | 1 VERSIONINFO | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 1 VERSIONINFO FILEVERSION 6, 4, 0, 0 PRODUCTVERSION 6, 4, 0, 0 FILEOS 4 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "FileDescription", "Internet domain information, with style" VALUE "OriginalFilename", "QuickWho" VALUE "CompanyName", "WordTech Communications LLC" VALUE "FileVersion", "6.4.0" VALUE "LegalCopyright", "(c) 2018 WordTech Communications LLC" VALUE "ProductName", "QuickWho" VALUE "ProductVersion", "6.4.0" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } |