Changeset 39 for trunk/OpenYahtzee
- Timestamp:
- 09/01/07 22:15:13 (6 years ago)
- Location:
- trunk/OpenYahtzee
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/ChangeLog
r32 r39 1 $Header$ 2 1 3 OPEN YAHTZEE CHANGELOG 4 2 5 This changelog was started only during the development of Open Yahtzee 1.6 3 6 so if you are interested in the changelog of older versions, take a look … … 8 11 -Added an undo button. 9 12 -Improved Windows portability. 13 -New icons for the program. 14 -Ability to check for updates via the web. 10 15 -Added database initialization, so when the game doesn't find the data 11 16 it needs in the database it just goes back to default values. -
trunk/OpenYahtzee/TODO
r38 r39 1 $Header$ 2 1 3 TODO FILE 4 5 - Set a better icon for the windows installer 2 6 3 7 DONE: -
trunk/OpenYahtzee/windows_installer.nsi
r27 r39 6 6 ; 7 7 ;-------------------------------- 8 8 !define version 1.6.0 9 9 ;-------------------------------- 10 10 ;Include Modern UI … … 15 15 16 16 ; The name of the installer 17 Name "OpenYahtzee 1.5.1"17 Name "OpenYahtzee ${version}" 18 18 19 19 ; The file to write 20 OutFile "OpenYahtzee- 1.5.1.exe"20 OutFile "OpenYahtzee-${version}.exe" 21 21 22 22 ; The default installation directory … … 31 31 InstallDirRegKey HKLM "Software\OpenYahtzee" "Install_Dir" 32 32 33 ; set the icon for installer 34 Icon "${NSISDIR}\Contrib\Graphics\Icons\orange-install.ico" 33 35 ;-------------------------------- 34 36 ;Interface Settings … … 50 52 51 53 ; The stuff to install 52 Section "OpenYahtzee- 1.5.1(required)" SecOpenYahtzee54 Section "OpenYahtzee-${version} (required)" SecOpenYahtzee 53 55 54 56 SectionIn RO … … 64 66 File "README.txt" 65 67 File "COPYING.txt" 68 File "icon32.ico" 66 69 67 70 ; Write the installation path into the registry … … 82 85 CreateDirectory "$SMPROGRAMS\OpenYahtzee" 83 86 CreateShortCut "$SMPROGRAMS\OpenYahtzee\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0 84 CreateShortCut "$SMPROGRAMS\OpenYahtzee\OpenYahtzee.lnk" "$INSTDIR\openyahtzee.exe" "" "$INSTDIR\ openyahtzee.exe" 087 CreateShortCut "$SMPROGRAMS\OpenYahtzee\OpenYahtzee.lnk" "$INSTDIR\openyahtzee.exe" "" "$INSTDIR\icon32.ico" 0 85 88 86 89 SectionEnd … … 119 122 Delete "COPYING.txt" 120 123 Delete "README.txt" 124 Delete "icon32.ico" 121 125 Delete $INSTDIR\uninstall.exe 122 126
Note: See TracChangeset
for help on using the changeset viewer.
