117
edits
Changes
Putty
,Style tweaks
<source lang="xml">
<?xml package id="putty" name="PuTTY" revision="%version%" priority="1.0" encoding reboot="UTF-8false"?>
</source>
''Note that the above causes a popup during uninstall. This is caused by putty 0.58+ uninstallers calling 'putty -cleanup-during-uninstall'. A (lame, and not properly tested) fix for this is to simply add the following extra line before the current <remove> line: ''
<source lang="xml">
</source>