Skip to content

Commit 7dc5c37

Browse files
authored
Fix uninstaller
1 parent a68ce1d commit 7dc5c37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

altsnap.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ Section "Uninstall"
144144
Delete "$INSTDIR\AltSnap-old.ini"
145145
Delete "$INSTDIR\hooks.dll"
146146
Delete "$INSTDIR\License.txt"
147+
Delete "$INSTDIR\sch_On.bat"
148+
Delete "$INSTDIR\sch_Off.bat"
149+
147150
Delete "Lang\_en_US baseline.txt"
148151
Delete Lang\ca_ES.ini
149152
Delete Lang\de_DE.ini

0 commit comments

Comments
 (0)