diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-03 13:49:36 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-03 13:49:36 -0500 |
| commit | d94061e3edc6553e4fccc4baa6861a5ccc13ff78 (patch) | |
| tree | de171c9fba0fbc10cef85ae562a4a5b7b417a7fb | |
| parent | b325985b3a9f57c588032ca45501f906cb5399cc (diff) | |
Update description
| -rwxr-xr-x | sigen.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ Section "Required Section" WriteRegStr HKLM "${REG_UNINSTALL}" "HelpLink" "http://www.sourceforge.net/projects/sigen" WriteRegDWORD HKLM "${REG_UNINSTALL}" "NoModify" 0 WriteRegDWORD HKLM "${REG_UNINSTALL}" "NoRepair" 0 - WriteRegStr HKLM "${REG_UNINSTALL}" "Comments" "The Sigma Geme Engine is an RPG/Strategy game engine inspired by the original Pokémon™ Games" + WriteRegStr HKLM "${REG_UNINSTALL}" "Comments" "The Sigma Geme Engine is an RPG/strategy game engine" WriteRegStr HKLM "${REG_UNINSTALL}" "ModifyPath" '"$EXEDIR\${InstFile}"' SectionEnd |
