Skip to content

Commit

Permalink
Fix uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonUnch authored Apr 14, 2024
1 parent a68ce1d commit 7dc5c37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions altsnap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ Section "Uninstall"
Delete "$INSTDIR\AltSnap-old.ini"
Delete "$INSTDIR\hooks.dll"
Delete "$INSTDIR\License.txt"
Delete "$INSTDIR\sch_On.bat"
Delete "$INSTDIR\sch_Off.bat"

Delete "Lang\_en_US baseline.txt"
Delete Lang\ca_ES.ini
Delete Lang\de_DE.ini
Expand Down

0 comments on commit 7dc5c37

Please sign in to comment.