Skip to content

Commit

Permalink
Fixed not removing directories upon uninstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosmanfrx committed Jan 26, 2013
1 parent 36d2693 commit 771d9e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildPy2exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Syncplay"
DeleteRegKey HKLM SOFTWARE\Syncplay
Delete $$INSTDIR\uninstall.exe
RMDir $$INSTDIR\resources
RMDir $$INSTDIR\lib
RMDir $$INSTDIR
SectionEnd
"""
Expand Down

0 comments on commit 771d9e5

Please sign in to comment.