Commit ab349ede579acbcfba53e3abc925de1717f76271

Authored by Perry Werneck
1 parent 883cf966

Fixing windows package.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
win/pw3270.nsi.in
... ... @@ -292,6 +292,9 @@ Section "Uninstall"
292 292 # Always delete uninstaller first
293 293 delete $INSTDIR\uninstaller.exe
294 294  
  295 + # Remove association
  296 + ${UnRegisterExtension} ".3270" "@PRODUCT_NAME@ Session file"
  297 +
295 298 # Set SMPROGRAMS and DESKTOP path
296 299 SetShellVarContext all
297 300  
... ...